[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...
Christian Bauer
christian at hibernate.org
Tue Apr 10 04:08:11 EDT 2007
User: cbauer
Date: 07/04/10 04:08:11
Modified: examples/wiki/src/etc/WEB-INF web.xml
Log:
Deploys but doesn't really run on JBoss AS 4.2 (richfaces/ajax4jsf bugs with JSF RI)
Revision Changes Path
1.6 +0 -6 jboss-seam/examples/wiki/src/etc/WEB-INF/web.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: web.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/WEB-INF/web.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- web.xml 8 Apr 2007 15:10:31 -0000 1.5
+++ web.xml 10 Apr 2007 08:08:11 -0000 1.6
@@ -55,12 +55,6 @@
<url-pattern>/seam/resource/*</url-pattern>
</servlet-mapping>
- <!-- MyFaces -->
-
- <listener>
- <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
- </listener>
-
<!-- Facelets development mode (disable in production) -->
<context-param>
More information about the jboss-cvs-commits
mailing list