RE: Tomcat webapp directory on virtual host

2006-01-29 Thread Caldarale, Charles R
> From: Chad Russell [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat webapp directory on virtual host > >docBase="/home/domaindir/public_html" debug="1"/> The docBase should specify the actual .war file, not just the directory it's in. Since you

RE: Tomcat webapp directory on virtual host

2006-01-29 Thread George Sexton
http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 29, 2006 9:46 AM > To: Tomcat Users List > Subject: RE: Tomcat webapp directory on virtual host > > > From: Chad Rus

Re: Tomcat webapp directory on virtual host

2006-01-29 Thread Chad Russell
Caldarale, Charles R wrote: From: Chad Russell [mailto:[EMAIL PROTECTED] Subject: Tomcat webapp directory on virtual host I want to deploy a struts .war file to one of the virtual hosts, but Tomcat wont recognize it. In my server.xml under the section I have both the appBase and the

RE: Tomcat webapp directory on virtual host

2006-01-29 Thread Caldarale, Charles R
> From: Chad Russell [mailto:[EMAIL PROTECTED] > Subject: Tomcat webapp directory on virtual host > > I want to deploy a struts .war file to one of the virtual hosts, but > Tomcat wont recognize it. In my server.xml under the > section I have both the appBase and the docBa

Re: Tomcat webapp directory on virtual host

2006-01-29 Thread Mark Thomas
N Tapas Kumar Choudhury wrote: > hi. > i m new for using tomcat.i had instaled tomcat in my > computer.but i dont how to set classpath...plz any of one > know how to set class path for tomcat then plz reply me.. > waiting 4 ur response.. > thanks an

Re: Tomcat webapp directory on virtual host

2006-01-29 Thread N Tapas Kumar Choudhury
hi. i m new for using tomcat.i had instaled tomcat in my computer.but i dont how to set classpath...plz any of one know how to set class path for tomcat then plz reply me.. waiting 4 ur response.. thanks and regards

Tomcat webapp directory on virtual host

2006-01-29 Thread Chad Russell
I have tried to search for this for a while, and to no avail I decided to post the question here. I have Tomcat 5.5 setup with several virtual hosts. I want to deploy a struts .war file to one of the virtual hosts, but Tomcat wont recognize it. In my server.xml under the section I have both