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

jsp include tag

           Summary: jsp include tag
           Product: Tomcat 5
           Version: 5.0.16
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I currently have a webapp running under tomcat 4.1.29 and everything works fine.
I create an instance of the same application on my new tomcat 5.0.16 server and 
the initial index.jsp page throws the following exception.

The server encountered an internal error () that prevented it from fulfilling 
this request.

exception 

javax.servlet.ServletException: 
org.apache.jasper.runtime.JspRuntimeLibrary.include
(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;
Ljava/lang/String;Ljavax/servlet/jsp/JspWriter;Z)V
        org.apache.jasper.runtime.PageContextImpl.doHandlePageException
(PageContextImpl.java:867)
        org.apache.jasper.runtime.PageContextImpl.handlePageException
(PageContextImpl.java:800)
        avbase.winairweb.jsp.Index_jsp._jspService(Unknown Source)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:856)


The only tag in this index page is this one
<jsp:include page="/css/StyleSheet.jsp" flush="true"/>

Which works perfectly under the previous version of tomcat.

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

Reply via email to