This graphic depicts two servers, where server 1 has a servlet that calls an EJB on server 2. Server 1 is depicted as having a setting of remote="true"
(in orion-application.xml
) and an rmi.xml
<server>
element that specifies the remote server for the EJB. Server 2 is depicted as having a setting of remote="false"
, with no <server>
element.
End of description.