>From the orion documentation: <docs> JNDI
When talking to the Orion JNDI tree from outside the container, you should specify the following JNDI properties (normally in a jndi-properties file): java.naming.factory.initial=com.evermind.server.ApplicationClientInitialCont extFactory java.naming.provider.url=ormi://localhost/<domain (application)> java.naming.security.principal=<username> java.naming.security.credentials=<password> </docs> Also see: http://www.orionserver.com/docs/remote-access/remote-access.xml regards, the elephantwalker www.elephantwalker.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Simon Kelly Sent: Friday, December 21, 2001 10:56 AM To: Orion-Interest Subject: JNDI basics?? Regarding the JNDI properties file, how do I determine what value to give for the "java.naming.provider.url"?
