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

2001-09-06 Thread Larry Isaacs
PROTECTED]] Sent: Wednesday, September 05, 2001 7:49 PM To: Tomcat-User Subject: Apache + Tomcat Virtual Host not loading web.xml Hello: I am trying to set-up a virtual host on my set-up with apache and tomcat. Here is what I did: I added this to the htpd.conf file: VirtualHost [IP

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

Apache + Tomcat Virtual Host not loading web.xml

2001-09-05 Thread Neil Aggarwal
Hello: I am trying to set-up a virtual host on my set-up with apache and tomcat. Here is what I did: I added this to the htpd.conf file: VirtualHost [IP Address] DocumentRoot /home/myhost/public-html ServerName myhost.JAMMConsulting.com JkMount /*.jsp ajp13 JkMount /servlet/* ajp13