Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with include with Tomcat

Status
Not open for further replies.

HoMyGod

Programmer
Jul 17, 2000
59
CH
Hi,

I have a file that is included into another file that is included itself in another...and it would not work with Tomcat (it was alright with JServ!).

More clearly :

file1:
.
.

<%@ include file = &quot;../file2.jsp&quot; %>
.
.

file2:
.
.
<%@ include file = &quot;../file3.jsp&quot; %> //here it crash
.
.

file3:
.
.

The message generated is:
org.apache.jasper.compiler.CompileException: /file2.jsp(77,15) Bad file argument to include
at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:728, Compiled Code)...

thank you for any help.
H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top