Merge branch 'multimodule_project_go' into 'master'
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. See merge request !2
No related branches found
No related tags found
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- myuw-error-valve/pom.xml 34 additions, 0 deletionsmyuw-error-valve/pom.xml
- myuw-error-valve/src/main/java/edu/wisc/my/root/MyUWErrorValve.java 44 additions, 0 deletions...-valve/src/main/java/edu/wisc/my/root/MyUWErrorValve.java
- myuw-error-valve/src/main/webapp/WEB-INF/web.xml 0 additions, 0 deletionsmyuw-error-valve/src/main/webapp/WEB-INF/web.xml
- myuw-error-valve/src/main/webapp/favicon.ico 0 additions, 0 deletionsmyuw-error-valve/src/main/webapp/favicon.ico
- myuw-error-valve/src/main/webapp/main_logo_w_all.png 0 additions, 0 deletionsmyuw-error-valve/src/main/webapp/main_logo_w_all.png
- myuw-root-webapp/pom.xml 40 additions, 0 deletionsmyuw-root-webapp/pom.xml
- myuw-root-webapp/src/main/webapp/404.html 1 addition, 1 deletionmyuw-root-webapp/src/main/webapp/404.html
- myuw-root-webapp/src/main/webapp/500.html 1 addition, 1 deletionmyuw-root-webapp/src/main/webapp/500.html
- myuw-root-webapp/src/main/webapp/WEB-INF/web.xml 17 additions, 0 deletionsmyuw-root-webapp/src/main/webapp/WEB-INF/web.xml
- myuw-root-webapp/src/main/webapp/favicon.ico 0 additions, 0 deletionsmyuw-root-webapp/src/main/webapp/favicon.ico
- myuw-root-webapp/src/main/webapp/main_logo_w_all.png 0 additions, 0 deletionsmyuw-root-webapp/src/main/webapp/main_logo_w_all.png
- pom.xml 9 additions, 22 deletionspom.xml
myuw-error-valve/pom.xml
0 → 100644
File moved
File moved
File moved
myuw-root-webapp/pom.xml
0 → 100644
myuw-root-webapp/src/main/webapp/favicon.ico
0 → 100644
1.37 KiB
8.38 KiB