Hi,

In this case,

1)Both connected servers in the cluster use the same user database ?
2)Is it stablished a security domain among servers ?
I mean, if EJB A in orion A connects to EJB b in Orion B, security constraints
will be applied and Orion B will recognize the user as a valid user ? I imagine
that if question 1 is yes, then authentication should be unified.
3) Security user information is also propagated from server to server ?
 If JSP in Orion A connects to EJB in Orion B, will EJB B able to identify the
user ?


Regards and thank you.
Pedro

Magnus Stenman wrote:

> Hi, federations are best created by the cluster tag.
> add (http://www.orionserver.com/docs/rmi.xml.html for description)
> <cluster username="specialclusterusername" password="12345678..." />
> in both the server's rmi.xml and set
> host="a.proper.public.hostname.for.the.machine" in the <rmi-server> tag for
> both machines. This should establish a link (them acting together).
>
> To then for instance use remote EJBs you set remote="true" in the ejb-module
> tag in orion-application.xml for your application.
>
> I hope it helps.
>
> /Magnus stenman, the Orion team
>
> ----- Original Message -----
> From: "Pedro Garcia Lopez" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Wednesday, June 21, 2000 3:16 PM
> Subject: PLEASE !! simple question concerning orion tags !
>
> > Hi,
> >
> > I would like to know what is the use of the tag
> > <server host="the.remote.server.com" password="123" port="23791"
> > username="admin" />
> > in rmi.xml
> >
> > Is it possible to stablish some kind of federation or connected servers
> > ?
> >
> >
> >
> >


Reply via email to