MUMMNG-2046 : Split into multimodule project so we can overwrite the inherited 404 and 500 page
myuw-root-jar is a module that will generate a jar that has a single class for tomcat. This class just redirects 404's to /404.html
and 500 and above to 500.html
. This will be placed in tomcat's classpath.
myuw-root-war is the ROOT.war file that has those html files.
Merge request reports
Activity
Added 4 commits:
-
e01d57de...b9acf5cb - 2 commits from branch
master
- 9fd83658 - split to multimodule project
- 80e15a2b - tell img to always look at root
-
e01d57de...b9acf5cb - 2 commits from branch
Added 1 commit:
- f9c6f9c8 - changing names
Added 1 commit:
- 6bb5a8a3 - do something good with error condition
mentioned in commit c494b0dd
Please register or sign in to reply