On 08/12/2016 21:15, Victor Rodriguez wrote:
> THANKS IN ADVANCE FOR YOUR HELP!
Please stop shouting.

This question belongs on the users list.

Mark


> 
> 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>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to