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]

Reply via email to