It works fine. Thanks a lot!
> On Wed, Apr 4, 2012 at 15:07, IT Tudes <
it.tu...@gmail.com> wrote:
> > following the documentation about error management :
> >
http://www.jease.org/documentation/error
> > everything works fine for standard http error like 404.
> > I'm still facing a problem when an exception is thrown during Script
> > execution.
> > In the above case I'm getting the exception message / trace, unless
> > I'm catching and managing the exception within the script code.
>
> > How shall I redirect script errors to a generic error page?
>
> you'll need to add an additional error handler to web.xml. Something
> like this should do the trick:
>
> ...
>