Tobi,
it sounds like you're trying to use ejb's deployed in your orion server from
a stand-alone java app, and you want the communication channel between your
app and the orion server to be encrypted.  

Athough I'm not sure it'll work, you might want to look at Orion's RMI-HTTP
tunnelling.  It enables RMI requests to run over http.  If you then install
a secure certificate and enable https you might be enable to tunnel RMI over
HTTPS, securing your channel.

Although there is a document (not very informative) on how to enable
RMI-HTTP tunneling the one for RMI-HTTPS says "To be written".  Sounds like
it's possible but you might have to do some hacking at it to get it to work.


The docs can be found here:
http://www.orionserver.com/docs/index.html

-----Original Message-----
From: Tobias Streckel [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 7:39 AM
To: Orion-Interest
Subject: ...need urgent help!


Hello,

how can I make an coded connection between orion an my standalone java
client?

I think I must use the jce but how?

Thanks

Tobi


Reply via email to