I seem to have something fundamentally wrong with my installation but do
not have sufficient experience with Tomcat or Java to identify what it
is. All .jsp pages give the following sort of error.
Returned in Browser.
--------------------
root cause
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: -1 in the jsp file: null
Generated servlet error:
[javac] Compiling 1 source file
at
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:120)
at
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
at
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:315)
>From logs
---------
2002-11-14 17:34:52 StandardHost[jsp.godzone.net.nz]: Installing web
application at context path /agree from URL file:/home22/agree
2002-11-14 17:34:52 WebappLoader[/agree]: Deploying class repositories
to work directory /var/tomcat4/work/Standalone/jsp.godzone.net.nz/agree
2002-11-14 17:34:52 WebappLoader[/agree]: Deploy class files
/WEB-INF/classes to /home22/agree/WEB-INF/classes
2002-11-14 17:34:53 StandardManager[/agree]: Seeding random number
generator class java.security.SecureRandom
2002-11-14 17:34:53 StandardManager[/agree]: Seeding of random number
generator has been completed
2002-11-14 17:34:53 StandardWrapper[/agree:default]: Loading container
servlet default
2002-11-14 17:34:54 default: init
2002-11-14 17:34:54 StandardWrapper[/agree:invoker]: Loading container
servlet invoker
2002-11-14 17:34:54 invoker: init
2002-11-14 17:34:54 jsp: init
2002-11-14 17:34:56 Error compiling file:
/var/tomcat4/work/Standalone/jsp.godzone.net.nz/agree/count_jsp.java
[javac] Compiling 1 source file
2002-11-14 17:34:56 StandardWrapperValve[jsp]: Servlet.service() for
servlet jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP
at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:477)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:182)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>