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 2003/02/04 10:39:16 UTC

DO NOT REPLY [Bug 16752] New: - RequestDispatcher doesn't find page for context on the root

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: tomcat-dev@jakarta.apache.org
        ReportedBy: andrea.mazzolini@esaote.com


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org