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 for this webapp (in META-INF)
is

<Context path="/dept/post/vale" docBase="vale" debug="0"
                reloadable="true" crossContext="false">
   <Logger className="org.apache.catalina.logger.FileLogger"
           prefix="localhost_vale_log." suffix=".txt" timestamp="true"/>
</Context >

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! Networks
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- Brice D. Ruth Sr. IT Analyst Fiskars Brands, Inc.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to