If you are using apache or another web server as front-end you may do that mapping on the web server level.
Regards, Rossen Raykov > -----Original Message----- > From: Ben Janes [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 15, 2004 10:32 AM > To: Tomcat Users List > Subject: Re: Multiple Paths in one Context > > > > > > > HI, > > Thanks for the input but I have spent the last two days on > and off trying to find out how to do this... more help would > be greatly appreciated.. > > POinters to where you descibed it before etc..... > > Thank you very much > > > Mvh > Benjamin A. Janes > ------------------------------------ > Maersk Data Sverige > > M. +46 (0)40-630 04 88 > Drottninggatan 18, > S-211 49 Malm�, > Sweden > > > |---------+----------------------------> > | | Ben Janes | > | | <[EMAIL PROTECTED]| > | | com> | > | | | > | | 2004-04-07 08:53 | > | | Please respond to| > | | "Tomcat Users | > | | List" | > |---------+----------------------------> > > >------------------------------------------------------------- > -------------------------------------------------------------- > -------------------------------------------| > | > > | > | To: [EMAIL PROTECTED] > > | > | cc: > > | > | Subject: 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
