summaryrefslogtreecommitdiffstats
path: root/WebContent/index.jsp
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-11-22 15:07:27 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-11-23 15:57:23 +0100
commitdf8c8d8eaa3fd74b2f6a76341611555ee6d8834d (patch)
tree40e93e3b3674f32d4870486eb9f5870d9fe45b2b /WebContent/index.jsp
downloadJCatalog-df8c8d8eaa3fd74b2f6a76341611555ee6d8834d.tar.gz
JCatalog-df8c8d8eaa3fd74b2f6a76341611555ee6d8834d.zip
Add initial files
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