Title: RE: Bad File Argument to include error

Looks to me like you are specify a file to include that doesn't exist with <jsp:include/> or <%@include file="...."  %>

BTW, posting a 30 line exception will not help as much as the 1 line (line 10 of index.jsp) where the error occured (and perhaps a few more around it for context).

Cheers,
Brett

-----Original Message-----
From: Bhamidi Krishna [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 27 September 2001 2:38 PM
To: [EMAIL PROTECTED]
Subject: Bad File Argument to include error


Hi,

I get an exception which reads like this :

org.apache.jasper.compiler.CompileException:
C:\tomcat\webapps\struts_practice\index.jsp(10,0) Bad file argument to
include.

I am using tomcat on Windows 98. Can someone help me how to solve this
problem. The stack trace follows if that is of any help.

Krishna.

org.apache.jasper.compiler.CompileException:
C:\tomcat\webapps\struts_practice\index.jsp(10,0) Bad file argument to
include
        at
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:728)
        at
org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:116)
        at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:215)

Reply via email to