Jigsaw with tomcat - jsp:include problem

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? for one thing I noticed in Jigsaw documentation for linking with tomcat JSP engine, that the tomcat version mentioned is Tomcat 3.2.3, while I am using 4.1.18...
 
Any workarounds for this problem? or should I have to downgrade to tomcat 3.2.3 for this to work? or is there something else I am missing?

regards
Durgadatt R Kamath

 

Received on Friday, 31 January 2003 04:52:29 UTC