Hi Shaikh
Also you might want to check at www.jexbox.com
This is an exception logging and management service with very
straightforward integration with Tapestry using RequestExceptionHandler
decoration (https://jexbox.com/connectors)
Best wishes
Tsvetelin
On Wed, Jun 11, 2014 at 3:15 PM, Shai
I'm using 5.4 and I believe all you need to do is add the following code to
your AppModule and it will handle redirection to an error page when ever
you have an exception in production mode.
@Match("RequestExceptionHandler")
@Order("after:requestExceptionHandler")
public RequestExceptionHa