[jboss-cvs] JBossAS SVN: r57176 - branches/Branch_4_0/testsuite/imports

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 25 22:04:41 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-25 22:04:40 -0400 (Mon, 25 Sep 2006)
New Revision: 57176

Modified:
   branches/Branch_4_0/testsuite/imports/server-config.xml
Log:
[JBAS-3487] Test ClusteredSSO with BR enabled

Modified: branches/Branch_4_0/testsuite/imports/server-config.xml
===================================================================
--- branches/Branch_4_0/testsuite/imports/server-config.xml	2006-09-25 21:15:26 UTC (rev 57175)
+++ branches/Branch_4_0/testsuite/imports/server-config.xml	2006-09-26 02:04:40 UTC (rev 57176)
@@ -246,6 +246,14 @@
         <sysproperty key="resolve.dns" value="false" />
         <sysproperty key="jgroups.udp.ip_ttl" value="1" />
       </server>
+      <server name="tomcat-sso-cluster-br0" host="${node0}">
+        <sysproperty key="resolve.dns" value="false" />
+        <sysproperty key="jgroups.udp.ip_ttl" value="1" />
+      </server>
+      <server name="tomcat-sso-cluster-br1" host="${node1}">
+        <sysproperty key="resolve.dns" value="false" />
+        <sysproperty key="jgroups.udp.ip_ttl" value="1" />
+      </server>
       <server name="dtm0" host="${node0}">
          <sysproperty key="jgroups.udp.ip_ttl" value="1" />
       </server>
@@ -485,7 +493,32 @@
          </replace>
       </sequential>
    </macrodef>
-
+	
+   <!-- A macro for creating a clustered sso config -->
+   <macrodef name="create-cluster-sso-node"
+	      description="Create a simplified clustered-sso configuration">
+	<attribute name="newconf"/>
+   	<sequential>
+	    <create-config baseconf="all" newconf="@{newconf}"
+	      newconf-src="tomcat-sso-cluster">
+	      <patternset>
+	        <include name="conf/**"/>
+	        <include name="deploy/jbossweb*.sar/**"/>
+	        <include name="deploy/jmx-invoker-service.xml"/>
+	        <include name="deploy/ear-deployer.xml"/>
+	        <include name="deploy/ejb-deployer.xml"/>
+	        <include name="deploy/hsqldb-ds.xml"/>
+	        <include name="deploy/jbossjca-service.xml"/>
+	        <include name="deploy/jboss-local-jdbc.rar"/>
+	        <include name="deploy/jboss-jdbc-metadata.sar"/>
+	        <include name="deploy/jboss-aop*.deployer/**"/>
+	        <include name="deploy/tc5-cluster.sar/**"/>
+	        <include name="lib/**"/>
+	      </patternset>
+	    </create-config>
+    </sequential>
+   </macrodef>
+   	
    <!-- This macro makes a new config whose name is given by the newconf
    attribute by copying the config given by the baseconf. The content that
    is copied from baseconf is limited to the patternset nested element. In




More information about the jboss-cvs-commits mailing list