you have to pay attention not to let your log4j smtp logger append in
"sync" mode - your system will stall, until the logging message has been
sent (which could be a few seconds, depending how you send your mail).
your have to use an async logger. this is an example configuration i use
in my system
You couldd also have the logging system send the emails. Log4j can handle
this quite easily.
On May 11, 2012 7:35 AM, "Dmitry Gusev" wrote:
> Try this:
>
> http://tapestry.apache.org/overriding-exception-reporting.html
>
> On Fri, May 11, 2012 at 3:21 PM, jeczmien >wrote:
>
> > I need advice how
Try this:
http://tapestry.apache.org/overriding-exception-reporting.html
On Fri, May 11, 2012 at 3:21 PM, jeczmien wrote:
> I need advice how to execute my code during tapestry exception handling.
>
>
> Current:
> 1. Something wrong has happen and tapestry shows exception page
> 2. error is logg