Thanks for your response Rémy, it is much appreciated.
I have followed that guide step by step and another guide in "Pro
Jakarta Tomcat 5" Which contains details of tomcat 5.5 as well.

So far, all I get in the tomcat.log with the configuration specified in
that link is masses of debug with no details of the error that is
causing the jsp to stop displaying half way through. In 5.0.28 it had
all the details of the page and output of the jsp in the logs. 

Any other help would be greatly appreciated. 

Tom 

On Sat, 2007-02-24 at 01:34 +0100, Rémy Maucherat wrote:
> On 2/23/07, Tom Crinson <[EMAIL PROTECTED]> wrote:
> > The only way I have found to get round this problem is to define my own
> > Struts Request processor and override processException, and log the
> > uncaught exceptions in there to a logger specified in the webapp
> > log4j.properties.
> >
> >
> > So, my question is, is this the only way to do this, or have I missed
> > something more obvious? I can't seem to find anything more useful in the
> > documentaion, it simple states these are now logged to stdout, but even
> > though this is redirected by catalina.sh into the catalina.out the
> > exception is not in there. However, writing to System.out and System.err
> > both appear in here.
> 
> The documentation about logging is there:
> http://tomcat.apache.org/tomcat-5.5-doc/logging.html
> 
> Rémy
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to