Hi,
my system was running on tomcat4.06, which was a MVC structure, Servlet received
requests and send back JSP pages.
after the server running 8hours, I was sent the following errors:
----- Root Cause -----
java.lang.OutOfMemoryError
2003-07-06 10:15:18 PageContextImpl: creating out
java.lang.OutOfMemoryError
at org.apache.jasper.runtime.JspWriterImpl.<init>(JspWriterImpl.java:132)
at org.apache.jasper.runtime.PageContextImpl._createOut(PageContextImpl.java:479)
at
org.apache.jasper.runtime.PageContextImpl._initialize(PageContextImpl.java:146)
who could give me advice?
sean