[jboss-cvs] JBossAS SVN: r62667 - 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:18:20 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-04-30 17:18:20 -0400 (Mon, 30 Apr 2007)
New Revision: 62667

Removed:
   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

Deleted: 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	2007-04-30 21:08:56 UTC (rev 62666)
+++ branches/JBoss_4_0_3_SP1_CP/testsuite/src/resources/cluster/http/http-sync-stress/WEB-INF/context.xml	2007-04-30 21:18:20 UTC (rev 62667)
@@ -1,17 +0,0 @@
-<!-- Override the default to disable cookies -->
-<Context cookies="false" 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="" />
-
-   <!-- 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