[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] JSP time out problem



Whenever I try to compile a JSP of any complexity (ie, more than 100 lines), 
I get the following time out error after about 8 seconds on my Qube 2.

I changed the two timeouts in my servlet.properties file to 20 seconds 
instead of the default 10, but that hasn't helped. It must be somewhere 
else, but where?

In the tmp area, I find the .java file but not the .class file. Shorter 
pages

How much memory should I have in my Qube to run a very lightly-used copy of 
tomahawk (apache/jserv)? Could that be a problem? I have 32 meg, and the 
admin system panel always says memory is very lightly used.

Help!

----- ( Message I get when trying to run b.jsp ) -----

Exception while servicing request for /b.jsp:

java.lang.ClassNotFoundException: jsp__b_2ejsp
	at java.lang.Throwable.(Throwable.java:38)
	at java.lang.Exception.(Exception.java:21)
	at java.lang.ClassNotFoundException.(ClassNotFoundException.java:23)
	at 
org.apache.java.lang.AdaptiveClassLoader.loadClass(AdaptiveClassLoader.java:
437)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:49)
	at org.gjt.jsp.JspClassLoader.loadClass(JspClassLoader.java:51)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:49)
	at org.gjt.jsp.JspServlet$Page.load(JspServlet.java:928)
	at org.gjt.jsp.JspServlet$Page.process(JspServlet.java:628)
	at org.gjt.jsp.JspServlet.service(JspServlet.java:284)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:305)
	at 
org.apache.jserv.JServConnection.processRequest(JServConnection.java:335)
	at org.apache.jserv.JServConnection.run(JServConnection.java:197)
	at java.lang.Thread.run(Thread.java:314)