Portlet Factory, Version 6.1.2
About modifying IBM WebSphere Portlet Factory's unhandled error page
WebSphere Portlet Factory includes a default error page. It lists the:
- Error that occurred
- Stack trace
- Actions executed up to the action in which the error occurred.
WebSphere Portlet Factory's error handler processes any errors that occur outside the scope of any other error handlers that you define. You can create your own unhandled error page by copying the existing page (factory/webapp/defaulterror.jsp) and setting the errorHandler property in the WEB-INF/config/bowstreet.properties file, as shown below:
# Default error page (JSP) for unhandled exceptions. bowstreet.webapp.errorHandler=/path/to/your_error_page.jspParent topic: About error handling in web applications
Library | Support |