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/12/18 17:10:27 UTC

DO NOT REPLY [Bug 25629] New: - jsp include tag

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: tomcat-dev@jakarta.apache.org
        ReportedBy: JMGuillemette@hotmail.com


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