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
: Single webapp multiple contexts > > 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

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

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 q

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
Thanks Rob > From: Rob Gregory [mailto:rob.greg...@ibsolutions.com] > Sent: 09 November 2010 16:22 > To: Tomcat Users List > Subject: Single webapp multiple contexts > > Hello Tomcat Users, > > > > I am trying to create multiple 'dynamic' contexts using j

Single webapp multiple contexts

2010-11-09 Thread Rob Gregory
Hello Tomcat Users, 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 coming in the form of http://localhost/A/index.htm. What I need to be able to