You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2006/09/14 04:40:14 UTC

DO NOT REPLY [Bug 39496] - Servlet mapping fails for subdirectory requests when subdirectory exists

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39496>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39496


markt@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From markt@apache.org  2006-09-14 02:40 -------
This is a configuration error. appBase should not equal docBase. In this case
you need to make the following changes.
webapps\test -> webapps\ROOT
appBase="webapps\test" -> appBase="webapps"
path="" -> Not specified. Tomcat infers this
docBase="" -> docBase="ROOT"

That your configuration worked in previous versions was luck. It has never been
a supported use case.

Please follow up on the users mailing list if you require further support.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org