What should the path setting look like?

I have an my-app.ear in the applications directory.  In that ear I have a
my-ejb.jar etc...

I tried just using path="my-ejb.jar" it didn't work.

I tried path="my-app/my-ejb.jar" it didn't work.

In my server.xml on the remote machine my ear app is setup as follows:
<web-site path="./my-web-site.xml" />
application name="me" path="../applications/my-app.ear" />

so I also tried on the local machine:
path="me/my-ejb.jar" it didn't work either.

In all cases it seems as if orion just hangs during startup.  I never get
the Orion 1.4.5 initialized output message from my console window.

I'm using Win NT and Win 2k, with JDK 1.3.01 and Hotspot Server.

Any ideas?

Thanks,
Paul

-----Original Message-----
From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 30, 2001 10:06 AM
To: Orion-Interest
Subject: RE: Accessing Orion-EJB-Server on one machine from Orion-web-serv
er on another?


sorry about being elusive

here's a (kinda) how to:
in $orion\config\rmi.xml

<server host="the.remote.server.com" password="123" port="23791"
username="admin" />

then in orion-application.xml (in $orion\application-deployments\yourear\)

<ejb-module path="myEjbs.jar" remote="true" />
that should be it

JP
 -----Original Message-----
From: Satish Gupta [mailto:[EMAIL PROTECTED]]
Sent: Martes, 30 de Enero de 2001 14:05
To: [EMAIL PROTECTED]
Subject: RE: Accessing Orion-EJB-Server on one machine from Orion-web-server
on another?



Thanks for your answer. But I'd appreciate it if you could please be a
little more verbose in your reply. A bit of an explanation will help a
newbie like me.

Thanks


yap, server.xml (add a RMI server ref there)

JP

-----Original Message-----
From: Globetrot Communications [mailto:[EMAIL PROTECTED]]
Sent: Lunes, 29 de Enero de 2001 22:18
To: Orion-Interest
Subject: Accessing Orion-EJB-Server on one machine from Orion-web-server
on another?


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?

Thanks

Reply via email to