"tbauer" wrote : okay, so I have tcp.xml, but how and where do I put this file (or 
it's contents) in JB 3.2.4FC2 to make it work??

server//deploy/cluster-service.xml. Just replace the matching  tag with the contents 
of tcp.xml, e.g.

  
         
    <!-- Name of the partition being built -->
    XSAM_Partition_XSAM26B_partition
    <!-- Determine if deadlock detection is enabled -->
    False
    
    <!-- The JGroups protocol configuration -->


   <TCP start_port="7800" bind_addr="localhost" loopback="true"/>
    <TCPPING timeout="3000" initial_hosts="localhost[7800]" port_range="3" 
num_initial_members="3"/>
    <MERGE2 max_interval="10000" down_thread="false" min_interval="5000"/>
    <FD_SOCK down_thread="false"/>
    <VERIFY_SUSPECT timeout="1500" down_thread="false"/>
    <pbcast.NAKACK max_xmit_size="60000" down_thread="false" use_mcast_xmit="true" 
gc_lag="1" retransmit_timeout="300,600,1200,2400,4800"/>
    <pbcast.STABLE stability_delay="1000" desired_avg_gossip="5000" 
down_thread="false" max_bytes="250000"/>
    <pbcast.GMS print_local_addr="true" join_timeout="3000" down_thread="false" 
join_retry_timeout="2000" shun="true"/>
    <FC max_credits="1000000" down_thread="false" min_threshold="0.10"/>
    <COMPRESS down_thread="false" min_size="500" compression_level="3" 
up_thread="true"/>
    <pbcast.STATE_TRANSFER down_thread="false" up_thread="false"/>


    
  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835286#3835286

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835286


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to