Quando inicializo o Tomcat ele mostra seguinte mensagem de erro:
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] Compiling 1 source file
As variaveis de ambiente estao OK
CATALINA_HOME=c:\tomcat
JAVA_HOME=c:\j2sdk…
PATH=%PATH%;%JAVA_HOME%/bin;%CATALINA_HOME%/bin
CLASSPATH=%JAVA_HOME%/lib;CATALINA_HOME%/common/lib
O que pode estar errado???
Estou usando o windows XP e o Tomcat 4.1.30
j2sdk1.4.1_03