[weld-commits] Weld SVN: r6658 - archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Jul 14 23:08:58 EDT 2010


Author: sboscarine
Date: 2010-07-14 23:08:58 -0400 (Wed, 14 Jul 2010)
New Revision: 6658

Modified:
   archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/web.xml
Log:
trivial polish

Modified: archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/web.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/web.xml	2010-07-15 00:05:44 UTC (rev 6657)
+++ archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/web.xml	2010-07-15 03:08:58 UTC (rev 6658)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="
       http://java.sun.com/xml/ns/javaee
       http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
@@ -24,5 +23,10 @@
       <servlet-name>Faces Servlet</servlet-name>
       <url-pattern>*.jsf</url-pattern>
    </servlet-mapping>
-
+   
+   <!-- This section is option. -->
+   <welcome-file-list>
+      <welcome-file>index.jsf</welcome-file>
+      <welcome-file>index.jsp</welcome-file>
+   </welcome-file-list>
 </web-app>



More information about the weld-commits mailing list