I am suddenly unable to serve any JSP at all. The error is attached. I can see the
source expansion in C:\Program Files\Apache Group\Tomcat
4.1\work\Standalone\localhost\myApp\mysubfolder\test_jsp.java but I dont know where to
look for a listing showing any compile errors.
The environment is Tomcat 4.1.12 within WSAD5 (Eclipse under the covers). Notably,
this same test works fine using the WTE in WSAD. Also JSP has worked in other projects
in this same Tomcat/WSAD environment. So the environment and Tomcat are tested and
sound. The only thing that has changed lately is I moved xercesImpl.jar and
xmlParserAPIs.jar out of the tomcat endorsed folder and into my webapp (because of
classloading problems on some xerces extensions in TOPLink). Also I tinkered with the
JDK setting in WSAD but I have set it back to 1.4.1_01.
alan r
__________________________
org.apache.jasper.JasperException: Unable to compile class for JSP
at org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java:507)
...
root cause
java.lang.ClassNotFoundException: org.apache.jsp.Test_jsp
at org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:209)
at org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:131)
...
The source of Test.jsp is as follows:
<HTML>
<HEAD>
<TITLE>My Title</TITLE></head>
<body >hello from test.jsp at <%= new java.util.Date() %></body></html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]