[weld-commits] Weld SVN: r6573 - archetypes/trunk/javaee6-webapp-src/src/main/webapp/META-INF.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Mon Jun 21 08:42:28 EDT 2010
Author: sboscarine
Date: 2010-06-21 08:42:28 -0400 (Mon, 21 Jun 2010)
New Revision: 6573
Modified:
archetypes/trunk/javaee6-webapp-src/src/main/webapp/META-INF/context.xml
Log:
Comment updates
Modified: archetypes/trunk/javaee6-webapp-src/src/main/webapp/META-INF/context.xml
===================================================================
--- archetypes/trunk/javaee6-webapp-src/src/main/webapp/META-INF/context.xml 2010-06-20 20:15:57 UTC (rev 6572)
+++ archetypes/trunk/javaee6-webapp-src/src/main/webapp/META-INF/context.xml 2010-06-21 12:42:28 UTC (rev 6573)
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!-- This optional file is used by JBoss AS to get around an issue involving serialization of sessions between container restarts. -->
<Context>
<!-- disable storage of sessions across restarts -->
<Manager pathname=""/>
More information about the weld-commits
mailing list