hi all,
 
I have setup tomcat 4.1.18 with Jigsaw 2.2.2 and java 1.4.0_03, for use with JSPs on 
red hat linux 8...
 
Here is a simple jsp page with a simple jsp:include...All Iam attempting is to add a 
footer to the JSP page...
 
.......
<jsp:include page="common/footer.jsp" flush="true">
......
 
 
Iam getting the following error when I run this page...
 
org.apache.jasper.JasperException at 
org.apache.servlet.JspServletWrapper.service(JspServletWrapper.java:248) at 
org.apache.jasper.servlet.JspServlet.service.JspFile(JspServlet.java:295) at 
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) at 
javax.servlet.httpServlet.service(HttpServlet.java:83) at 
org.w3c.servlet.ServletWrapper$ServletRunner.run(ServletWrapper.java:542) at 
org.w3c.util.CachedThread.run(ThreadCache.java:87)
 
Pls. note the following - 
1. if the jsp:include is commented, the jsp works fine...So my settings, in general, 
seem fine...
2. the JSPs used in the include are shown as indexed in the JigAdmin UI...
3. the jsp file being included is a FileResource with ServletWrapperFrame...
 
Any idea what the problem is? Any workarounds for this problem? Any help is highly 
appreciated...

regards
Durgadatt R Kamath

 

Reply via email to