corrected welcome-file
authormaxcooper <maxcooper>
Thu, 27 Mar 2003 13:31:50 +0000 (13:31 +0000)
committermaxcooper <maxcooper>
Thu, 27 Mar 2003 13:31:50 +0000 (13:31 +0000)
was: /index.jsp
now: index.jsp

web/share/WEB-INF/web.xml

index 286764e..a810a78 100644 (file)
@@ -52,7 +52,7 @@
    </session-config>
 
    <welcome-file-list>
-      <welcome-file>/index.jsp</welcome-file>
+      <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
 
    <!-- SecurityFilter works with custom error pages -->