Hi!
I know that these versions of tomcat and apace1.3.14 are fast no more in use
by many. I would be very glad if anyone had had this problem and could
remember how he/she did fix it. Here is the error message:

"2002-11-13 06:04:01 - ContextManager: Adding context Ctx( /resource )
2002-11-13 06:04:01 - PoolTcpConnector: Starting HttpConnectionHandler on
8188
2002-11-13 06:04:01 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8189                                                                        
 
                                       
2002-11-13 06:05:09 - Ctx( /resource ): 404 R( /resource +
/borrow.jsp + null) JSP file not found"

in my server.xml, I did configure the following :

<Connector className="org.apache.tomcat.service.PoolTcpConnector">
  <parameter name="handler"  
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
<parameter name="port" value="8188"/>

<Connector className="org.apache.tomcat.service.PoolTcpConnector">
  <parameter name="handler"  
value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>
<parameter name="port" value="8189"/>

<Context path="/resource" docBase="webapps/resource" debug="0"
reloadable="true"/>

Is there anything I am doing wrong?

Thanks,
Mbe

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to