I set up my application to throw the Exceptions back and I am using
Exception mapping to redirect the user to an error page.  The error
page displays the exception and stack trace.  How do I log this to a
file instead?  Do I open a file stream on the JSP page or is there a
better way to log this information?

On 8/2/07, Paul Benedict <[EMAIL PROTECTED]> wrote:
> My applications do not catch any errors. I let them bubble out of the
> Action and into an ExceptionHandler object for logging. You can log
> whatever you want -- including the user -- in the handler.
>
> Paul
>
> Richard Sayre wrote:
> > After reading the Mail Reader walk through, it would seem the best
> > practice for handling exceptions is throwing them back to your Action
> > and having a result mapped to handle each specific exception.
> >
> > Is this the best way to do this?
> >
> > If I use this method how can I log the stack of each exception that
> > was thrown?  I know there is a logging interceptor but I have not
> > found any docs on how to use it.  I would like to make an error log of
> > everything that happens in the application.  Is it possible to log
> > other information with the Exception such as the current user?
> >
> > Thank you,
> >
> > Rich
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to