On Jun 4, 2010, at 2:18 AM, viola lu wrote: > Hi,Guys: > i enable ejb multipoint by editing > var/config/config-substitutions.properties > MultipointEnabled=true > and initialize multipoint servers with syntax like below: > MultipointServers=9.123.237.141,9.186.10.68
The following should work: MultipointServers=9.123.237.141:4212,9.186.10.68:4212 It would be reasonable to default the port to 4212, but currently <host>:<port> or <ip-addr>:<port> are required. --kevan
