Re: Global exception handling prevents logging

2008-12-19 Thread Marsman
Paul Benedict-2 wrote: > > If you want both, create a logger in your handler and log the > exception given to you. > Which "handler" do you mean? I've configured a global-exception-mapping and a JSP will be directly shown to the user, if any not handled exception occurs. Titus -- View this

Re: Global exception handling prevents logging

2008-12-19 Thread Marsman
Paul Benedict-2 wrote: > > If you want both, create a logger in your handler and log the > exception given to you. > Which "handler" do you mean? I've configured a global-exception-mapping and a JSP will be directly shown to the user, if any not handled exception occurs. Titus -- View this

Re: Global exception handling prevents logging

2008-12-18 Thread Paul Benedict
If you want both, create a logger in your handler and log the exception given to you. On Wed, Dec 17, 2008 at 4:27 AM, Marsman wrote: > > Hi! > > As mentioned in my Struts 2 guide, I've coded a general error page for > unexpected errors and included it over the global-message-mapping > configurat