Re: Unstable display of code 500-pages

2007-10-01 Thread Novaree
on. To specify an error page that is called for all unhandled > exceptions, add this: > > > java.lang.Throwable > /whatever.jsp > > > -- > Len > > > On 10/1/07, Novaree <[EMAIL PROTECTED]> wrote: >> >>

Re: Unstable display of code 500-pages

2007-10-01 Thread Novaree
Hi Mark, The error page is configured, as described in the docs, in the web.xml-file: 500 /jsp/error/500.jsp The stack trace is specific to the error caused by the application, ie. it is not the same error on each and every occation. //Casper Mark Thomas-15 wrote: > > Novaree

Unstable display of code 500-pages

2007-10-01 Thread Novaree
Hi y'all, I'm experiencing severe problems with my Tomcat-server. My setup is this: I have a setup with a load balancer in front of a couple of Tomcat servers. Once in a while, when I "accidentally" runs into a code 500 error, I am presented with the stack trace instead of the (otherwise properl