Author: andre
Date: 2010-07-08 08:47:02 +0200 (Thu, 08 Jul 2010)
New Revision: 42832

Modified:
   mmweb/trunk/src/main/webapp/WEB-INF/web.xml
Log:
index.jspx is default now


Modified: mmweb/trunk/src/main/webapp/WEB-INF/web.xml
===================================================================
--- mmweb/trunk/src/main/webapp/WEB-INF/web.xml 2010-07-07 15:25:51 UTC (rev 
42831)
+++ mmweb/trunk/src/main/webapp/WEB-INF/web.xml 2010-07-08 06:47:02 UTC (rev 
42832)
@@ -116,11 +116,10 @@
   </mime-mapping>
 
   <welcome-file-list>
-    <!-- index.jsp is the default -->
+    <welcome-file>index.jspx</welcome-file>
     <welcome-file>index.jsp</welcome-file>
     <welcome-file>default.jsp</welcome-file>
     <welcome-file>index.html</welcome-file>
-    <welcome-file>index.jspx</welcome-file>
   </welcome-file-list>
 
   <error-page>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to