Can you create a cluster of jonas servers that communicate with each
other?
Is this what safekit is for?
Example: How would I set up jonas so that I have the same EJB deployed in
more than one container, and they still share the same transaction
manager? From what I can gather the transaction manager can be remote,
and the ejb container will find it using JNDI. The problem is that both
EJB containers will need to use the same JNDI, so that when the second EJB
server starts up it overwrites the home values of the first. And how
would you determine which EJB container you connect to?
Thanks
G.C.
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".