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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16752

RequestDispatcher doesn't find page for context on the root

           Summary: RequestDispatcher doesn't find page for context on the
                    root
           Product: Tomcat 4
           Version: 4.1.18
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a lot of servlets which use requestdispatcher to forward to jsp pages.
They all work properly in the following context:
<Context path="/esaote" docBase="esaote" debug="0" cookies="false" />

If I put the context on the root:
<Context path="" docBase="esaote" debug="0" cookies="false" />
Then the requestdispatcher don't find the jsp pages

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

Reply via email to