You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by mi...@trollope.org on 2006/11/13 15:30:56 UTC

JSP Compile Error

Hello,

I am getting this error on deployment of a web app:

org.apache.jasper.compiler.CompileException:
/Trollope-l/trollope/index.jsp(44,12)
/WEB-INF/jspf/appnav.jspf(13,54) Unterminated

This happens when I deploy on Tomcat 4.0.6.  However, the application
was developed on and runs fine on Tomcat 5.5.17 (NetBeans) and on a
local installation of 5.5.15 on slackware linux.

The old version has Apache 2.0.52 (RedHat) in front of it.  The
slackware deployment has Apache 2.2 in front, using ProxyPass.

Can someone tell me what causes the error; and, can I fix it?  I am
not in a position to upgrade the old version.  I googled it but didn't
get anything useful.

Thanks.

mp


-- 
Michael Powe		michael@trollope.org		Naugatuck CT USA
"It stands to reason that self-righteous, inflexible, single-minded,
authoritarian true believers are politically organized. Open-minded,
flexible, complex, ambiguous, anti-authoritarian people would just as
soon be left to mind their own fucking business." - R.U. Sirius

Re: JSP Compile Error

Posted by Mark Thomas <ma...@apache.org>.
michael@trollope.org wrote:
> Can someone tell me what causes the error; and, can I fix it?  I am
> not in a position to upgrade the old version.  I googled it but didn't
> get anything useful.

No idea without seeing the original JSP code. At a guess you are using
some JSP 2.0 code which Tomcat 4.x does not support.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org