Strange, I resolved this problem by running the tomcat instance on console (with the command catalina run), (not as service). I got no error messages, but now the page displayes alright, and I can close the console and start it again as service.
Weird behaviour !!! -r > -----Original Message----- > From: Reynir H�bner > Sent: 1. j�l� 2003 10:13 > To: Tomcat Users List > Subject: Jsp problem > > > Hi folks, > > I have a server, that disbehaves when ever I change any jsp > page, it stops rendering it. > The context has reloadable=true set. > The error messages I get start like this : > > 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(Defa > ultErrorHandler.java:130) > at > org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDis > patcher.java:293) > at > org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:353) > at > org.apache.jasper.compiler.Compiler.compile(Compiler.java:370) > at > org.apache.jasper.JspCompilationContext.compile(JspCompilation > Context.java:473) > at > org.apache.jasper.servlet.JspServletWrapper.service(JspServlet > Wrapper.java:190) > at > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet > .java:295) > at > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at > org.apache.catalina.core.ApplicationDispatcher.invoke(Applicat > ionDispatcher.java:684) > at > org.apache.catalina.core.ApplicationDispatcher.doForward(Appli > cationDispatcher.java:432) > at > org.apache.catalina.core.ApplicationDispatcher.forward(Applica > tionDispatcher.java:356) > at ... > > The setup is tomcat 4.1.24 / j2sdk 1.4.1_02 / win2k server / IIS 5. > I've tried to delete the /work folders, and reload/ restart > the application with out much luck. > > What's going down here ??? thanx > > -reynir > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
