Caldarale, Charles R wrote:
>> From: Jonathan Mast [mailto:[EMAIL PROTECTED]
>> Subject: Yet another context logging question
>>
>> Foo has a subdirectory "bar" which I would now like to be
>> it's own Context and AccessLogValue.
> 
> Such a configuration is not supported - webapps may not be nested.  Whatever 
> results you get will be purely accidental and not necessarily repeatable from 
> one Tomcat level to the next.

You can't deploy one web app that is located within the docBase of another
but you can deploy /foo and /foo/bar at the same time. The easiest way to
do this with Tomcat 6.0.18+ is to name your WARs foo.war and foo#bar.war
and place them in the host's appBase.

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to