Virtual host configuration problems

2009-05-12 Thread JDawg72
://www.nabble.com/Virtual-host-configuration-problems-tp23501325p23501325.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

RE: Virtual host configuration problems

2009-05-12 Thread Caldarale, Charles R
From: JDawg72 [mailto:mr.j@hotmail.com] Subject: Virtual host configuration problems That being said, I am having a problem configuring my web application to load when I type www.mydomain.com in my browser address bar. My application does work as long as I type www.mydomain.com/myapp

RE: Virtual host configuration problems

2009-05-12 Thread JDawg72
/context.xml. Also I am not clear on the suggestion of using “ROOT”. Jeremy Caldarale, Charles R wrote: From: JDawg72 [mailto:mr.j@hotmail.com] Subject: Virtual host configuration problems That being said, I am having a problem configuring my web application to load when I type

RE: Virtual host configuration problems

2009-05-12 Thread Caldarale, Charles R
From: JDawg72 [mailto:mr.j@hotmail.com] Subject: RE: Virtual host configuration problems Your default webapp should be located in /home/userId/public_html/ROOT - nowhere else, and its Context element should be in /home/userId/public_html/ROOT/META-INF/context.xml. Also I am not clear

RE: Virtual host configuration problems

2009-05-12 Thread JDawg72
Thanks Chuck, that worked but what has to happen when I need to add another domain and application to this instance of Tomcat? Jeremy Caldarale, Charles R wrote: From: JDawg72 [mailto:mr.j@hotmail.com] Subject: RE: Virtual host configuration problems Your default webapp should

Re: Virtual host configuration problems

2009-05-12 Thread Hassan Schroeder
On Tue, May 12, 2009 at 10:13 AM, JDawg72 mr.j@hotmail.com wrote: ... but what has to happen when I need to add another domain and application to this instance of Tomcat? http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html -- Hassan Schroeder

RE: Virtual host configuration problems

2009-05-12 Thread Caldarale, Charles R
From: JDawg72 [mailto:mr.j@hotmail.com] Subject: RE: Virtual host configuration problems what has to happen when I need to add another domain and application to this instance of Tomcat? A domain may have many webapps deployed for it. Each domain also has to have one default webapp