503 Error after upgrading to 8.0.4
Resolved
Problem
With the removal of Struts in 8.0.4, we have seen a few issues where the old Struts code in web.xml hasn't been removed properly, resulting in the following error:
Please note: if you have custom jsp pages that utilize Struts, please see this article to assist with any issues.
Solution
To resolve this, you will need to remove the Struts code from the following sections of the web.xml. The code of on the left is the 8.0.3 and earlier, the code on the right is what we should see after making the required modifications.
Attached is an updated web.xml for 8.0.4 for reference/comparison.
Solution
To resolve this, you will need to remove the Struts code from the following sections of the web.xml. The code of on the left is the 8.0.3 and earlier, the code on the right is what we should see after making the required modifications.
Attached is an updated web.xml for 8.0.4 for reference/comparison.
Replies have been locked on this page!