Author: mmillson
Date: 2009-05-07 14:48:04 -0400 (Thu, 07 May 2009)
New Revision: 13322
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-sar/META-INF/jboss-service.xml
Log:
Add ClusterConfig attribute to example TCP cluster config for clarity [JBPORTAL-2388].
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-sar/META-INF/jboss-service.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-sar/META-INF/jboss-service.xml 2009-05-07
17:47:58 UTC (rev 13321)
+++
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-sar/META-INF/jboss-service.xml 2009-05-07
18:48:04 UTC (rev 13322)
@@ -448,6 +448,7 @@
Alternate TCP stack: customize it for your environment, change bind_addr and
initial_hosts
+ <attribute name="ClusterConfig">
<config>
<TCP bind_addr="thishost" start_port="7840"
loopback="true"
tcp_nodelay="true"
@@ -485,7 +486,8 @@
join_retry_timeout="2000" shun="true"
view_bundling="true"/>
<pbcast.STATE_TRANSFER down_thread="false" up_thread="false"
use_flush="false"/>
- </config>
+ </config>
+ </attribute>
-->
<!--
Show replies by date