From 270a9b031490060ab10f7f9d48511cb7e95f600b Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 1 Feb 2014 10:12:23 -0800 Subject: Adding error pages. --- web/WEB-INF/web.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'web/WEB-INF') diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 4b85bde..a06031c 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -41,4 +41,14 @@ RestletServlet /* + + + 404 + /notfound.html + + + + 500 + /error.html + -- cgit v1.2.3