I have a problem where if I put a WAR file in the webapps directory and try
to assign it to the default context in the server.xml file the app is
deployed 2 times. Once at the default context, and the other at the war
name.

My server.xml contains
<Context path="" docBase="myapp.war"/>

When tomcat starts up, my app is deploy 2 times:
at http://localhost
and http://localhost/myapp

If I set the path="/myapp" in server.xml, the app only deploys one time. Any
ideas?

-sean

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

Reply via email to