Add mode comments to the classes
[proteocache.git] / webapp / resources / index.jsp
index ec49fb6..97584c7 100644 (file)
@@ -2,10 +2,9 @@
 <html>
        <head>
                <title></title>
-               <script type="text/javascript">window.location.href='<%=request.getContextPath()%>/home'</script>
+               <script type="text/javascript">window.location.href='<%=request.getContextPath()%>/index'</script>
        </head>
        <body>
-               If you are not redirected automatically, click 
-                       <a href="<%=request.getContextPath()%>/home">here</a>.
+               If you are not redirected automatically, click <a href="<%=request.getContextPath()%>/index">here</a>.
        </body>
 </html>