You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to load page that doesn't exist it does not load the correct 404 error page, and you get the following error:
HTTP ERROR 404
Problem accessing /APPNAME/WEB-INF/error-pages/404.html. Reason:
Not Found
Powered by Jetty://
This correctly works when a war is generated, but not using BRJS to serve.
The text was updated successfully, but these errors were encountered:
andy-berry-dev
changed the title
Error pages cannot be accessed with BRJS is serving
Error pages cannot be accessed when BRJS is serving files
Aug 14, 2015
In our web.xml we specify error pages as follows:
When attempting to load page that doesn't exist it does not load the correct 404 error page, and you get the following error:
HTTP ERROR 404
Problem accessing /APPNAME/WEB-INF/error-pages/404.html. Reason:
Not Found
Powered by Jetty://
This correctly works when a war is generated, but not using BRJS to serve.
The text was updated successfully, but these errors were encountered: