First working Spring-based version
[proteocache.git] / webapp / resources / index.jsp
diff --git a/webapp/resources/index.jsp b/webapp/resources/index.jsp
new file mode 100644 (file)
index 0000000..ec49fb6
--- /dev/null
@@ -0,0 +1,11 @@
+<%@ page language="java" pageEncoding="UTF-8" contentType="text/html; charset=utf-8" %>
+<html>
+       <head>
+               <title></title>
+               <script type="text/javascript">window.location.href='<%=request.getContextPath()%>/home'</script>
+       </head>
+       <body>
+               If you are not redirected automatically, click 
+                       <a href="<%=request.getContextPath()%>/home">here</a>.
+       </body>
+</html>