Hi again,
In ORION/CONFIG/RMI.XML
What is the use of the server tag ?
<server host="the.remote.server.com" password="123" port="23791"
username="admin" />
Specifies a remote (point to point) RMI-server to communicate
with.
host - Hostname of the remote server.
password - The password to log in with.
port - Port of the remote server, default is 23791.
username - The username to log in with.
I do not understand what it is aimed for.
What I want is to create a security domain between two Orion servers.
When EJB in Orion A connects to EJB in Orion B,
1) Orion B does not know this user and
2) Tries to find it in Orion A.
3) and then authenticates.
Can I do this with Orion ?
Regards,
Pedro