RE: Tomcat6 relative contexts

2008-08-26 Thread trevor paterson (RI)
Tomcat Users List > Subject: Re: Tomcat6 relative contexts > > trevor paterson (RI) wrote: > > excellent thanks Mark - I changed to build 18 and > foo#bar.war deploys > > to context /foo/bar > > > > it doesn't seem to unpack? there may be a good reason f

Re: Tomcat6 relative contexts

2008-08-25 Thread Mark Thomas
e use of the recipient(s) to whom they are addressed. If > you have received it in error, please destroy all copies and inform the > sender. > > > >> -Original Message- >> From: Mark Thomas [mailto:[EMAIL PROTECTED] >> Sent: 25 August 2008 16:45 &

RE: Tomcat6 relative contexts

2008-08-25 Thread trevor paterson (RI)
008 16:45 > To: Tomcat Users List > Subject: Re: Tomcat6 relative contexts > > trevor paterson (RI) wrote: > > Prior to tomcat6 you could happily deploy a 'bar.war' to a context > > like '/foo/bar' simply by including a context.xml file in >

Re: Tomcat6 relative contexts

2008-08-25 Thread Mark Thomas
trevor paterson (RI) wrote: > Prior to tomcat6 you could happily deploy a 'bar.war' to a context like > '/foo/bar' simply by including a context.xml file in the META-INF > directory of the war > > with content . Actually, that won't quite have done what you think it did. You normally would hav

Tomcat6 relative contexts

2008-08-25 Thread trevor paterson (RI)
Prior to tomcat6 you could happily deploy a 'bar.war' to a context like '/foo/bar' simply by including a context.xml file in the META-INF directory of the war with content . we can no longer get this to work - the only way we can get a subcontext recognized is by putting this Context element