Author: pete.muir(a)jboss.org
Date: 2008-08-08 07:47:34 -0400 (Fri, 08 Aug 2008)
New Revision: 75
Added:
ri/trunk/examples/webbeans-pizzashack/src/main/webapp/WEB-INF/web.xml
Log:
Add web.xml
Added: ri/trunk/examples/webbeans-pizzashack/src/main/webapp/WEB-INF/web.xml
===================================================================
--- ri/trunk/examples/webbeans-pizzashack/src/main/webapp/WEB-INF/web.xml
(rev 0)
+++ ri/trunk/examples/webbeans-pizzashack/src/main/webapp/WEB-INF/web.xml 2008-08-08
11:47:34 UTC (rev 75)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<web-app version="2.5"
+
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_2_5.xsd">
+
+ <display-name>Web Beans Pizzashack example</display-name>
+
+ <!-- JSF -->
+
+ <!-- <servlet>
+ <servlet-name>Faces Servlet</servlet-name>
+ <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
+ <load-on-startup>1</load-on-startup>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>Faces Servlet</servlet-name>
+ <url-pattern>/seam/*</url-pattern>
+ </servlet-mapping>-->
+
+ <session-config>
+ <session-timeout>10</session-timeout>
+ </session-config>
+
+</web-app>
Property changes on:
ri/trunk/examples/webbeans-pizzashack/src/main/webapp/WEB-INF/web.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain