Thank you. That worked perfect.
On 10/13/07, Jeromy Evans <[EMAIL PROTECTED]> wrote:
> In addition to configuring log4j to use a FileAppender to write logs to
> a file, here's a very simple way to log exceptions manually from the
> exception page:
>
> Within your jsp include the following code:
>
In addition to configuring log4j to use a FileAppender to write logs to
a file, here's a very simple way to log exceptions manually from the
exception page:
Within your jsp include the following code:
<%
String stackTrace = (String)
pageContext.getAttribute("stackTrace");
new
I thought I would add this part of the stack trace in case it helps:
SEVERE: Error finishing response
java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at
org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:689)
3 matches
Mail list logo