Right, I managed to find some more info on this pointing me in the direction of setting up two different contexts in server.xml, with the same docBase but different path. However, as doing this would also double the database connections etc, is there a way of doing this with just a single context at two URLs?
Mats On Tue, 2004-05-11 at 17:00, Mats Henrikson wrote: > Hi, > > I want to make a certain Tomcat webapp available at two different URLs, > but still be coming from the same source. I seem to remember having seen > documentation on how to do this, but I can't find it now. I am using > Tomcat 4.1.30. > > Say I have the following being served by a Tomcat instance: > > http://my.server.com/special-webapp/ > > but I also want the special-webapp to be reachable from: > > http://my.server.com/different-url-webapp/ > > but I don't want to have to deploy the files at two different places in > the $CATALINA_HOME/webapps/ directory. > > Could anybody point me in the right direction please? > > Mats > > > > --------------------------------------------------------------------- > 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]
