I'm wondering about integration of Tomcat with Apache. I'm using Tomcat 3.3.1 and Apache server 1.3.19.
I've inlcuded the following in my smb.conf file "Include /tomcat/conf/auto/mod_jk.conf" and run $TOMCAT_HOME/bin/startup.sh jkconf to create the file. I then start Apache, then Tomcat. This is all seems to work correctly as there are no error messages, and I can access contexts using the usual http://host:8080/context/jsp syntax and it works correctly. So here's my question: I expect to be able to access the Tomcat contexts without having to specifiy the 8080 port number. It seems to me that specifying the 8080 port number completely bypasses Apache, and has Tomcat do all web serving. If they are truly integrated I should be able to access them with URLs such as http://host/context/some.jsp shouldn't I ? Regards Stephen Graham. -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
