diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index a07b2258..55402e55 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -86,14 +86,46 @@
java.lang.Throwable
/common/error-throw.jsp
+
+ 401
+ /common/errorCommon.jsp
+
+
+ 403
+ /common/errorCommon.jsp
+
404
- /common/error404.jsp
+ /common/errorCommon.jsp
+
+
+ 405
+ /common/errorCommon.jsp
+
+
+ 408
+ /common/errorCommon.jsp
+
+
+ 413
+ /common/errorCommon.jsp
+
+
+ 414
+ /common/errorCommon.jsp
500
/common/error500.jsp
+
+ 501
+ /common/errorCommon.jsp
+
+
+ 505
+ /common/errorCommon.jsp
+
diff --git a/src/main/webapp/common/error404.jsp b/src/main/webapp/common/errorCommon.jsp
similarity index 100%
rename from src/main/webapp/common/error404.jsp
rename to src/main/webapp/common/errorCommon.jsp