Thanks for the thoughts... few things inline
>
> 2. Does your unexpectedError.jsp use sessions? Does it have <%...@page
> session="false"%>?
No, I don't think so. I'll have to check into this.
> 3. If the response was already partially sent to the client and you
> receive an "unexpected" e
2010/5/27 Dan Armbrust :
> I have a webapp running in Tomcat 6.0.20.
Some quick thoughts. Sorry if some are too trivial.
1. "Cannot create a session after the response has been committed"
means the following:
- "response was committed" means that some data were already sent to
the client, which a
I have a webapp running in Tomcat 6.0.20.
One of my testers caused this to appear in the logs:
May 11, 2010 2:23:14 PM org.apache.jasper.runtime.JspFactoryImpl
internalGetPageContext
SEVERE: Exception initializing page context
java.lang.IllegalStateException: Cannot create a session after the res