|
@@ -1,39 +0,0 @@
|
|
-...
|
|
|
|
-<!-- Tomcat7 Error-Page Example - Add this lines to the end of web.xml; Put all HTTPxxx.html files into your default application root -->
|
|
|
|
-<error-page>
|
|
|
|
- <error-code>500</error-code>
|
|
|
|
- <location>/HTTP500.html</location>
|
|
|
|
-</error-page>
|
|
|
|
-<error-page>
|
|
|
|
- <error-code>501</error-code>
|
|
|
|
- <location>/HTTP501.html</location>
|
|
|
|
-</error-page>
|
|
|
|
-<error-page>
|
|
|
|
- <error-code>502</error-code>
|
|
|
|
- <location>/HTTP502.html</location>
|
|
|
|
-</error-page>
|
|
|
|
-<error-page>
|
|
|
|
- <error-code>503</error-code>
|
|
|
|
- <location>/HTTP503.html</location>
|
|
|
|
-</error-page>
|
|
|
|
-<error-page>
|
|
|
|
- <error-code>400</error-code>
|
|
|
|
- <location>/HTTP400.html</location>
|
|
|
|
-</error-page>
|
|
|
|
-<error-page>
|
|
|
|
- <error-code>401</error-code>
|
|
|
|
- <location>/HTTP401.html</location>
|
|
|
|
-</error-page>
|
|
|
|
-<error-page>
|
|
|
|
- <error-code>402</error-code>
|
|
|
|
- <location>/HTTP403.html</location>
|
|
|
|
-</error-page>
|
|
|
|
-<error-page>
|
|
|
|
- <error-code>403</error-code>
|
|
|
|
- <location>/HTTP403.html</location>
|
|
|
|
-</error-page>
|
|
|
|
-<error-page>
|
|
|
|
- <error-code>404</error-code>
|
|
|
|
- <location>/HTTP404.html</location>
|
|
|
|
-</error-page>
|
|
|
|
-...
|
|
|