THANKS IN ADVANCE FOR YOUR HELP!  (not yelling, just emphasizing!)

I have abc.war and I want both /abc and /xyz to work for it.  I've tried
adding aliases="/abc=abc.war,/xyz=abc.war" and aliases="/abc=abc,/xyz=abc"
but neither of those worked.  This is how my original context.xml looked
like.

<Context override="true" swallowOutput="true">
    <!-- Doing swallowOutput=true to allow each web applications System.out
and System.err calls
         to end up in a separate log, not in catalina.out.
         See Jira CA-4589
     -->
    <!-- Default set of monitored resources -->
    <WatchedResource>WEB-INF/web.xml</WatchedResource>
   <!-- Disable session persistence across Tomcat restarts by including
this line; no sessions used for many OGC implemenations-->
    <Manager pathname="" />

    <!-- Uncomment this to enable Comet connection tacking (provides events
         on session expiration as well as webapp lifecycle) -->
    <!--
    <Valve
className="org.apache.catalina.valves.CometConnectionManagerValve" />
    -->

</Context>

Reply via email to