RE: Apache + Tomcat Virtual Host not loading web.xml

2001-09-06 Thread Larry Isaacs
I don't think you have a servlet mapping until you add a servlet-mapping entry to your web.xml. I could be wrong, but I don't believe the Servlet spec guarantees you can access the servlet by name with just a servlet-name. That nitpick aside, I assume you are using Tomcat 3.2.x. Neither mod_jk

RE: Apache + Tomcat Virtual Host not loading web.xml

2001-09-06 Thread Neil Aggarwal
]] Sent: Thursday, September 06, 2001 7:48 AM To: '[EMAIL PROTECTED]' Subject: RE: Apache + Tomcat Virtual Host not loading web.xml I don't think you have a servlet mapping until you add a servlet-mapping entry to your web.xml. I could be wrong, but I don't believe the Servlet spec

RE: Apache + Tomcat Virtual Host not loading web.xml

2001-09-06 Thread Larry Isaacs
To: [EMAIL PROTECTED] Subject: RE: Apache + Tomcat Virtual Host not loading web.xml Larry: The JkMount is in the apache httpd.conf file, but the web.xml should be read by tomcat when it starts up. Apache is not even in the picture yet. I think the problem is that tomcat is either: 1