org.apache.jasper.compiler.DefaultErrorHandler.javacError
843835Nov 11 2002 — edited Nov 14 2002Hi, everybody.
I'm running a web application using the following configuration:
- apache_2.0.42
- tomcat-4.1.12
- mod_jk-2.0.42 connector.
There seems to be a problem in compiling the JSP page, as I invoke it from the browser.
Infact, if I compile my JSP pages before running the application, then things go well, as the application finds the "_jsp.class" classes it needs.
The thrown Exception is the one I wrote in the subject, and I couldn't find any documentation about it.
Is anyone experiencing the same problems?
Thanks.