I have tomcat 5.0 running and I can access the servelt-examples and 
jsp-examples on localhost:8180/servlet-examples.
(OS is Unix, not windows)
I also have apache 1.3.29 running.

httpd-error.log:
[Thu Apr 15 10:44:41 2004] [notice] Apache/1.3.29 (Unix) mod_jk/1.2.5 configured
 -- resuming normal operations
[Thu Apr 15 10:44:41 2004] [notice] Accept mutex: flock (Default: flock) 

looks ok.

netstat -an:
tcp4       0      0  *.8009                 *.*                    LISTEN
tcp4       0      0  *.8180                 *.*                    LISTEN
tcp4       0      0  *.80                   *.*                    LISTEN

stdout.log:
Apr 15, 2004 10:48:23 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /servlets-examples from URL 
file:/usr/local/jakarta-tomcat5.0/webapps/servlets-examples
Apr 15, 2004 10:48:24 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8180
Apr 15, 2004 10:48:24 AM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Apr 15, 2004 10:48:24 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=1/33  
config=/usr/local/jakarta-tomcat5.0/conf/jk2.properties
Apr 15, 2004 10:48:25 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9432 ms


What I'm missing totally is the connection between apache and tomcat.
I mean the integration. That I don't need port 8180. 
And the mapping I was used to under tomcat 3.1, /servlets/servlet

Help, please.

--
Chris Christoph P. U. Kukulies kuku_at_physik.rwth-aachen.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to