https://issues.apache.org/bugzilla/show_bug.cgi?id=46131


Denny Strietzbaum <[EMAIL PROTECTED]> changed:

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




--- Comment #3 from Denny Strietzbaum <[EMAIL PROTECTED]>  2008-11-04 04:12:10 
PST ---
Reopened because i've found out more.
The problem only occurs when declare the context within server.xml and
setting the path to "/".

This (correct) context declaration works as expected:
<Context path="" docBase="D:/path/to/docbase" />

Whereas this (not so correct) one produces the decribed issue:
<Context path="/" docBase="D:/path/to/docbase" />

I know it's not a good thing to use the server.xml but unluckily 
i have no influence on that.


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to