Re: Multiple contexts pointing to same WAR

2011-08-15 Thread Mark Thomas
On 15/08/2011 17:49, Johannes Ernst wrote: > I will try that, thanks, and report back. > > If it works, will that create one ClassLoader for foo.war, or two (one per > context?) Two. Always. Mark - To unsubscribe, e-mail: user

Re: Multiple contexts pointing to same WAR

2011-08-15 Thread Johannes Ernst
I will try that, thanks, and report back. If it works, will that create one ClassLoader for foo.war, or two (one per context?) On Aug 15, 2011, at 9:43, Mark Thomas wrote: > On 15/08/2011 17:38, Johannes Ernst wrote: >> I'd like to run the same web app at multiple paths in Tomcat 6, e.g. >>

Re: Multiple contexts pointing to same WAR

2011-08-15 Thread Mark Thomas
On 15/08/2011 17:38, Johannes Ernst wrote: > I'd like to run the same web app at multiple paths in Tomcat 6, e.g. > /foo1 -> foo.war > /foo2 -> foo.war > > I was thinking of creating > $CATALINA_BASE/conf/[enginename]/[hostname]/foo1.xml > $CATALINA_BASE/conf/[enginename]/[

Multiple contexts pointing to same WAR

2011-08-15 Thread Johannes Ernst
I'd like to run the same web app at multiple paths in Tomcat 6, e.g. /foo1 -> foo.war /foo2 -> foo.war I was thinking of creating $CATALINA_BASE/conf/[enginename]/[hostname]/foo1.xml $CATALINA_BASE/conf/[enginename]/[hostname]/foo2.xml with different entries for dat