[jboss-cvs] JBossAS SVN: r62668 - branches/JBoss_4_0_3_SP1_CP/testsuite/src/resources/cluster/http/http-sync-stress/WEB-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 30 17:19:22 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-04-30 17:19:21 -0400 (Mon, 30 Apr 2007)
New Revision: 62668

Added:
   branches/JBoss_4_0_3_SP1_CP/testsuite/src/resources/cluster/http/http-sync-stress/WEB-INF/context.xml
Log:
[ASPATCH-208] Add a simple test that uses a delayed response to force the issue

Added: branches/JBoss_4_0_3_SP1_CP/testsuite/src/resources/cluster/http/http-sync-stress/WEB-INF/context.xml
===================================================================
--- branches/JBoss_4_0_3_SP1_CP/testsuite/src/resources/cluster/http/http-sync-stress/WEB-INF/context.xml	                        (rev 0)
+++ branches/JBoss_4_0_3_SP1_CP/testsuite/src/resources/cluster/http/http-sync-stress/WEB-INF/context.xml	2007-04-30 21:19:21 UTC (rev 62668)
@@ -0,0 +1,17 @@
+<!-- Override the default to disable cookies -->
+<Context cookies="true" crossContext="true">
+   <!-- Session persistence is disable by default. To enable for all web
+   apps set the pathname to a non-empty value:
+   <Manager pathname="SESSIONS.ser" />
+
+   To enable session persistence for a single web app, add a
+   WEB-INF/context.xml 
+   -->
+   <Manager pathname="" processExpiresFrequency="1"/>
+
+   <!-- Install an InstanceListener to handle the establishment of the run-as
+   role for servlet init/destroy events.
+   -->
+   <InstanceListener>org.jboss.web.tomcat.security.RunAsListener</InstanceListener>
+   
+</Context>




More information about the jboss-cvs-commits mailing list