You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/01/01 22:13:38 UTC

svn commit: r730608 - /incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/web.xml

Author: gerdogdu
Date: Thu Jan  1 13:13:38 2009
New Revision: 730608

URL: http://svn.apache.org/viewvc?rev=730608&view=rev
Log:
Update web.xml

Modified:
    incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/web.xml

Modified: incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/web.xml?rev=730608&r1=730607&r2=730608&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/web.xml Thu Jan  1 13:13:38 2009
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
-  <display-name>openwebbeans</display-name>
+  <display-name>guess</display-name>
+  
+  <welcome-file-list>
+  	<welcome-file>index.html</welcome-file>
+  </welcome-file-list>
+  
   <listener>
     <listener-class>org.apache.webbeans.servlet.WebBeansConfigurationListener</listener-class>
   </listener>