Jasper JSP error

2001-01-29 Thread Per Olesen

Hi

I'm trying to deploy a war which I've developed using weblogic, and 
which deploys fine there. But deploying it in tomcat gives me an 
exception from jasper saying:

-
org.apache.jasper.compiler.CompileException: 
/var/tomcat/webapps/webhelp/example/helpmain.jsp(4,0) Invalid 
jsp:include tag
at 
org.apache.jasper.compiler.IncludeGenerator.(IncludeGenerator.java)
at 
org.apache.jasper.compiler.JspParseEventListener.handleInclude(JspParseEventListener.java)

--

So it doesn't like my jsp:include. Previously someone pointed out to 
me about case sensitive in errorPage attribute, but I can't see that 
that should be the problem here.

Any ideas about whats happening here?

Regards,
Per Olesen

-- 
Per Olesen, Systems Architect @ Nordija ApS, www.nordija.com
Phone: (+45)23389581, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Jasper JSP error

2001-01-29 Thread Per Olesen

Hi,

Found the answer to my own problem. Maybe I should just read the 
JSP-spec more closely. The flush-attribute is apparently mandatory, but 
weblogic does not check this.

Regards,
Per Olesen

-- 
Per Olesen, Systems Architect @ Nordija ApS, www.nordija.com
Phone: (+45)23389581, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]