mast wrote:
> with two server.xml identical with a test.jsp on a directory test on 5.5.9
> TranslatedPath: null
> ContextPath: ServletPath: /test/test.jsp
> PathInfo: null
> RequestURI: /test/test.jsp
> QueryString: null
> 
> on 5.5.20
> 
> ContextPath: /test
> ServletPath: /test.jsp
> PathInfo: null
> RequestURI: /test/test.jsp
> QueryString: null

There was a change at some point that resulted in any directory under
the webapps directory being deployed as an application. You would see
this behaviour if you had configured a host appBase to be the same as
a context docBase - a configuration that is invalid.

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