CLUSTER ! For real J2EE programmers
Hi,
please help me, i turn crazy!!
I'm trying to create a cluster with weblogic 6.1.
The documentation says that each member of a cluster MUST listen to the same port number.
I start the first server and everything is OK.
But when i start the second server, a shutdown sequence is initiated because the port is already in use (by the first server)!!!
Note that the 2 servers are installed on the same machine.
HELP ME PLEASE !!
[519 byte] By [
javamad] at [2007-9-26 8:01:41]

Hi swatdba,Thanks for your answer. When i use two machines, it works.But What's a Mulithomed host? There is nothing about that in the bea documentation!! Thanks in advance for your answer! Javamad.
Hi,
you have to use two physical machines to create a cluster.
It is not possible to create a cluster or even to start more than one instance of weblogic on one machine. WLS is using a dedicated port for communication e.g. 7001. If one process uses this port it is not possible to start a second WLS listeing on this port.
Regards,
Ed