Hello.. new to
Tomcat and I'm having a problem right out of the gate. Running Windows 2000 Professional and using j2sdk1.4.2_06. I don't seem to get any errors starting up, but when I get to the following lines:
nNull=true
May 20, 2005 12:14:06 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
May 20, 2005 12:14:07 AM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
May 20, 2005 12:14:07 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=20/120 config=C:\Program Files\Apache Group\Tomcat 4
.1\conf\jk2.properties
it just seems to hang.. no splash screen comes up, starting Tomcat Administration fils.. etc.. if I try and enter
http://localhost:8080/ in my browser it fails with:
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] Compiling 1 source file
at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:85)
Help?