On Aug 16, 2010, at 3:34 AM, lubomir.benes wrote:
>
> It is set to MulticastDiscoveryPort=6142. Should I remove this parameter?
Apologies, I wasn't very clear in my previous note. Edit var/config/config.xml,
locate the following section:
<module name="org.apache.geronimo.configs/openejb/2.2/car">
<gbean name="EJBNetworkService">
<attribute name="port">${OpenEJBPort + PortOffset}</attribute>
<attribute name="host">${ServerHostname}</attribute>
<attribute
name="multicastHost">${MulticastDiscoveryAddress}</attribute>
<attribute
name="multicastPort">${MulticastDiscoveryPort}</attribute>
<attribute name="clusterName">${ClusterName}</attribute>
</gbean>
And add the following attribute to the EJBNetworkService GBean:
<attribute name="enableMulticast">false</attribute>
--kevan