Set the RMI to clustering , than the EJB can be clustering, like this
<cluster password="123" name="admin" />
You need the username and password to let clusters to talk, so admin would be OK.
Since no official document mention about ejb clustering, I am not sure this is right.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mark Causer
Sent: Wednesday, June 28, 2000 10:21 PM
To: Orion-Interest
Subject: Clustering
Have been looking at using Orion for Clustering and I am getting very
confused.
Some Questions:
1. Ive looked at the example quoted in
http://www.orionserver.com/docs/http-clustering-howto.html
- Why do I have to pass the sessionid to the second server ? Shouldn't the
clustering
keep that data in sync ?
-
2. EJB Clustering. Is this supported in Orion ? If so how do I set it up ?
3. Why is there a cluster id in server.xml and rmi.xml ??
4. What is the <server host="the.remote.server.com" password="123"
port="23791" username="admin" /> tag in rmi.xml used for ?
Sorry if I appear dense, but if anyone could explain this I would be very
grateful
Thanks
Mark Causer