You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ben Janes <be...@se.bluewave.com> on 2004/04/07 08:53:06 UTC

Multiple Paths in one Context




Hi,

I would like one webapp to serve multiple paths

so
www.mywebapp.com/fred
and
www.mywebapp.com/fred2

go to the same webapp, I can do this with two contexts I know, however I don't want the webapp to
load twice...

Is it possible to do:

            <Context path="/fred;/fred2" docBase="myFredApp" debug="5" reloadable="true"
crossContext="true" />

Or is it something else?

Mvh
Benjamin A. Janes
------------------------------------
Maersk Data Sverige

M. +46 (0)40-630 04 88
Drottninggatan 18,
S-211 49 Malmö,
Sweden


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org