Re: Deploying Default Webapp in Tomcat 6.0

2007-05-03 Thread Orlando Reis
:) I liked this one On 5/3/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Matthew Inger [mailto:[EMAIL PROTECTED] > Subject: Deploying Default Webapp in Tomcat 6.0 > > I've been trying to figure out how to deploy a .war file as > the root webapp in Tomca

RE: Deploying Default Webapp in Tomcat 6.0

2007-05-03 Thread Caldarale, Charles R
> From: Matthew Inger [mailto:[EMAIL PROTECTED] > Subject: Deploying Default Webapp in Tomcat 6.0 > > I've been trying to figure out how to deploy a .war file as > the root webapp in Tomcat 6.0.10. > > Say I have a "foo.war" file, and create a > conf/C

Deploying Default Webapp in Tomcat 6.0

2007-05-03 Thread Matthew Inger
I've been trying to figure out how to deploy a .war file as the root webapp in Tomcat 6.0.10. Say I have a "foo.war" file, and create a conf/Catalina/localhost/foo.xml file with the following contents: I would expect (as in Tomcat 5), that the url: http://localhost:8080/ would be routed to