From 352f957c9c312b46b2b7602dc75893b3daf23182 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 +++++++++ web/error.html | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ web/notfound.html | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 136 insertions(+) create mode 100644 web/error.html create mode 100644 web/notfound.html (limited to 'web') 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 + diff --git a/web/error.html b/web/error.html new file mode 100644 index 0000000..b01128b --- /dev/null +++ b/web/error.html @@ -0,0 +1,63 @@ + + + + An Error Has Occurred - Grow Process + + + + + + + + +
+
+

+ Grow Process + Foursqaure Church +

+ + +
+ +
+
+

+

+
+
+ +
+
+

An Unexpected Error has Occurred

+ +

An error has occurred. If you continue to see this message, please contact us.

+
+
+ +
+
+ + + + + + diff --git a/web/notfound.html b/web/notfound.html new file mode 100644 index 0000000..29e6493 --- /dev/null +++ b/web/notfound.html @@ -0,0 +1,63 @@ + + + + File Not Found - Grow Process + + + + + + + + +
+
+

+ Grow Process + Foursqaure Church +

+ + +
+ +
+
+

+

+
+
+ +
+
+

File Not Found

+ +

The requested URL was not found. If you believe this to be in error, please contact us.

+
+
+ +
+
+ + + + + + -- cgit v1.2.3