LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Tomcat 4.1.24 compile problems (https://www.linuxquestions.org/questions/linux-software-2/tomcat-4-1-24-compile-problems-73718/)

CodeWarrior 07-17-2003 10:19 PM

Tomcat 4.1.24 compile problems
 
I have installed Tomcat 4.1.24 on my Linux box. I have JDK1.2.2 installed with the JAVA_HOME and CATALINA_HOME variables setup.. I have JAVA_HOME/bin in my PATH. I can start and stop tomcat fine, but when I try to run the test page(or any JSP) I keep getting this annoying compilation error..

HTTP Status 500
type Exception report
message
description The server encountered an internal error() that prevented it from fulfilling this request
exception
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] Since fork is true, ignoring compiler setting
[javac] Compiling 1 source file
[javac] Since fork is true, ignoring compiler setting.

at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
THE ERRORS KEEP GOING ON LIKE THE PREVIOUS LINE FOR A PAGE



Does anybody know how to solve this? Thanks


All times are GMT -5. The time now is 02:54 PM.