Re: [JBoss-user] JBoss Clustering Ports

2003-08-27 Thread Bill Burke
take a look in server/all/deploy/cluster-service.xml 1100 for HA JNDI Marek Lange wrote: Hi all, I would like to know which ports are necessary for clustering (either UDP or TCP)? We have a firewall between two JBoss instances in our production environment and we are not able to run

Re: [JBoss-user] JBoss Clustering Ports

2003-08-26 Thread Bela Ban
Rupp, Heiko wrote: Bela, Ports are only used if you use TCP as transport, not for UDP (default uses multicasting). In TCPPING you can set the ports accordingly. UDP and multicasting use ports as well (but no TCP-ports). True. If you use UDP, and want fixed ports, you can use bind_por

RE: [JBoss-user] JBoss Clustering Ports

2003-08-26 Thread Rupp, Heiko
Bela, > Ports are only used if you use TCP as transport, not for UDP (default > uses multicasting). In TCPPING you can set the ports accordingly. UDP and multicasting use ports as well (but no TCP-ports). Heiko -- Heiko W. Rupp EMail: [EMAIL PROTECTED] Senior Consultant

Re: [JBoss-user] JBoss Clustering Ports

2003-08-26 Thread Bela Ban
Ports are only used if you use TCP as transport, not for UDP (default uses multicasting). In TCPPING you can set the ports accordingly. Bela Marek Lange wrote: Hi all, I would like to know which ports are necessary for clustering (either UDP or TCP)? We have a firewall between two JBoss instan