Re: Single webapp multiple contexts

2010-11-10 Thread André Warnier
Hi. Quite apart from all the other answers you already got, check the UrlRewriteFilter at www.tuckey.org, to see if it does not provide an alternative way of doing what you want. Rob Gregory wrote: Hello Tomcat Users, I am trying to create multiple 'dynamic' contexts using just a single

Re: Single webapp multiple contexts

2010-11-09 Thread Konstantin Kolinko
2010/11/9 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mark, > > On 11/9/2010 12:49 PM, Mark Thomas wrote: >> On 09/11/2010 17:30, Rob Gregory wrote: >> >>> I have tried what you suggest but the result is that each context >>> defined in CATALINA_BASE/conf// get >>> d

Re: Single webapp multiple contexts

2010-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 11/9/2010 12:49 PM, Mark Thomas wrote: > On 09/11/2010 17:30, Rob Gregory wrote: > >> I have tried what you suggest but the result is that each context >> defined in CATALINA_BASE/conf// get >> deployed/expanded into webapps which results in

Re: Single webapp multiple contexts

2010-11-09 Thread Mark Thomas
On 09/11/2010 17:30, Rob Gregory wrote: > Hi Mark, > > I presume you are the same Mark that has committed the fixes made in the > changelog? Correct. > I have tried what you suggest but the result is that each context > defined in CATALINA_BASE/conf// get > deployed/expanded into webapps which

RE: Single webapp multiple contexts

2010-11-09 Thread Rob Gregory
using a .war file is a real pain for me because of how we deploy the different parts of our application. Many Thanks for your time. Rob > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: 09 November 2010 17:22 > To: Tomcat Users List > Subject: Re

RE: Single webapp multiple contexts

2010-11-09 Thread Rob Gregory
age- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: 09 November 2010 17:19 > To: Tomcat Users List > Subject: RE: Single webapp multiple contexts > > From: Rob Gregory [mailto:rob.greg...@ibsolutions.com] > Subject: Single webapp multiple contexts &g

Re: Single webapp multiple contexts

2010-11-09 Thread Mark Thomas
On 09/11/2010 17:18, Caldarale, Charles R wrote: > From: Rob Gregory [mailto:rob.greg...@ibsolutions.com] > Subject: Single webapp multiple contexts > > I am trying to create multiple 'dynamic' contexts using just a single > code base. For example we currently deploy a webapps within a context of

RE: Single webapp multiple contexts

2010-11-09 Thread Caldarale, Charles R
From: Rob Gregory [mailto:rob.greg...@ibsolutions.com] Subject: Single webapp multiple contexts I am trying to create multiple 'dynamic' contexts using just a single code base. For example we currently deploy a webapps within a context of let's say 'A'. This listens quite happily for requests com

RE: Single webapp multiple contexts

2010-11-09 Thread Rob Gregory
provided by juergen. (markt) > -Original Message- > From: Rob Gregory [mailto:rob.greg...@ibsolutions.com] > Sent: 09 November 2010 16:44 > To: Tomcat Users List > Subject: RE: Single webapp multiple contexts > > Just to expand on this a little. I have previously had so

RE: Single webapp multiple contexts

2010-11-09 Thread Rob Gregory
Just to expand on this a little. I have previously had something working but that was on Tomcat 5.5.9, The same trick no longer seems to work under 6.0.29. I basically created a context like which used an already deployed copy of our webapp. This did work under 5.5.9 but fails with the follow