summaryrefslogtreecommitdiffstats
path: root/WebContent/index.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/index.jsp')
-rw-r--r--WebContent/index.jsp10
1 files changed, 10 insertions, 0 deletions
diff --git a/WebContent/index.jsp b/WebContent/index.jsp
new file mode 100644
index 0000000..fa6ee7d
--- /dev/null
+++ b/WebContent/index.jsp
@@ -0,0 +1,10 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head></head>
+ <body>
+ <% response.sendRedirect("pages/home.jsf"); %>
+ <!--
+ &lt;jsp:forward page="pages/home.jsf" /&gt;
+ -->
+ </body>
+</html> \ No newline at end of file