>What is the best way to configure two installations of
>Orion, on different machines, so web-server on one can
>access the EJB-Server on the other? Can this be done
>through only the configuration files?

You have to add your ejb server in rmi.xml.

An example:
<server host="yourEJBHost" username="admin" password="123" />

Then you have to add the remote and home interfaces of you EJBs in the
classpath of the web app and say to Orion to use remote EJBs modifying the
ejb-module tag in orion-application.xml:
An example:
<ejb-module remote="true" path="yourmodule-ejb" /> 

Hope this help


Thanks

Satish Gupta 

=====
______________________________________________________
5.5 cents calls with 6-second billing no fees. Free toll-fre numbers. No
other charges
4 cents Domestic calls with no fees:
5 cents per minute International calls also available
http://globetrot.hypermart.net
e-mail: [EMAIL PROTECTED]
______________________________________________________

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/

Reply via email to