
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2021 03:40 AM
Hi,
I would like to show the custom error page configured in web.xml of alfresco web app for the 401 ,400 ,500 errors.
web.xml configuration :
<error-page> <error-code>401</error-code> <location>/errorPage.html</location> </error-page> <error-page> <error-code>500</error-code> <location>/errorPage.html</location> </error-page> <error-page>
Currently webscript errors in the admin console of alfresco thrown the exception in browser like below :
I have configured the custom error page in web.xml. but it's not working. how to show the custom error page while 401 ,500 thrown by alfresco?
- Labels:
-
Alfresco Content Services

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2021 09:10 AM
We were about to submit a ticket, then one of our team members was able to access via Chrome instead of Microsoft Edge. We are not sure what policies were applied to our Edge browsers, but we can finally connect.
We saw the issue during tests after our monthly patching and a second new security product was added to our linux servers in the past few weeks, so that is where we started troubleshooting. We had fully regression tested everything in April and had not changed app configurations, so we jumped to the wrong source of evironmental changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2021 06:26 AM
The web script framework has its own error / status template handling and does not fall back to the global servlet error page set via web.xml. See response status code templates (documentation)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2021 01:24 PM
This error recently appeared when trying to log into the Alfresco 6.1 admin page. Alfresco is still up and running and functional. I am not aware of what RHEL 7 patch or a new security product that was recently installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2021 08:30 AM
Hi @JMRowland
Have you raised a support ticket for this issue?
Cheers
Problem solved? Click Accept as Solution!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2021 09:10 AM
We were about to submit a ticket, then one of our team members was able to access via Chrome instead of Microsoft Edge. We are not sure what policies were applied to our Edge browsers, but we can finally connect.
We saw the issue during tests after our monthly patching and a second new security product was added to our linux servers in the past few weeks, so that is where we started troubleshooting. We had fully regression tested everything in April and had not changed app configurations, so we jumped to the wrong source of evironmental changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2021 11:52 AM
Hi @JMRowland
I'm pleased that it looks like you've resolved this issue. I will mark this as an accepted solution - let me know if that's no OK.
Cheers,
Problem solved? Click Accept as Solution!
