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=41809>.
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=41809

           Summary: some jsp-examples are broken
           Product: Tomcat 6
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


I'm using a vanilla tomcat 6.0.10.

If i open http://localhost:8080/examples/jsp/forward/forward.jsp, then i get:
  HTTP Status 404 - /examples/forward/one.jsp

If i open http://localhost:8080/examples/jsp/jsptoserv/jsptoservlet.jsp, then i 
get:
  HTTP Status 404 - /examples/jsptoserv/hello.jsp


It's nothing serious. The paths have to be adjusted.
For example in forward.jsp it says:
  <jsp:forward page="/forward/one.jsp"/>
but it should be:
  <jsp:forward page="one.jsp"/>

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to