RE: why two webapps from one war file?

2004-03-09 Thread Mike Curwen
Curwen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 09, 2004 1:25 PM > To: 'Tomcat Users List' > Subject: RE: why two webapps from one war file? > > > Tomcat will deploy a webapp from any war file it finds in > /webapps. It will configure the context to be the nam

RE: why two webapps from one war file?

2004-03-09 Thread Mike Curwen
n off autodeploying of WAR files from the webapps directory in server.xml 2) don't put vale.war in webapps. > -Original Message- > From: Rob Ross [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 09, 2004 12:40 PM > To: 'Tomcat Users List' > Subject: RE

RE: why two webapps from one war file?

2004-03-09 Thread Rob Ross
d it to do that in the context.xml file? > -Original Message- > From: Brice Ruth [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 09, 2004 10:40 AM > To: Tomcat Users List > Subject: Re: why two webapps from one war file? > > > if you put your .WAR in the web

Re: why two webapps from one war file?

2004-03-09 Thread Brice Ruth
if you put your .WAR in the webapps directory and you have Tomcat configured to automatically deploy WARs that are placed there, then it will deploy that WAR from the file, and deploy it from the context you configure in server.xml. Rob Ross wrote: I have a war file, vale.war. The context.xml

why two webapps from one war file?

2004-03-09 Thread Rob Ross
I have a war file, vale.war. The context.xml for this webapp (in META-INF) is When I use the manager app to deploy a war file, I end up with TWO webapps listed in the manger, one for /dept/post/vale, and one for just /vale. Why does this happen? Rob Ross Senior Software Engineer E! Netwo