H�l�ne JOANIN wrote:
>
> Hi Miroslav,
>
> I'm quite conviced your problem is a JNDI configuration problem.
>
> On JOnAS 2.0, the JNDI configuration must be done by the
> way of a jndi.properties file that must be ACCESSIBLE from the
> CLASSPATH.
> (Contrary to JOnAS 1.6, the JNDI configuration was done by the
> way of the jonas.properties file).
>
> If you use Jeremie only, the jndi.properties file looks like:
> java.naming.factory.initial
> org.objectweb.jeremie.libs.services.registry.jndi.JRMIInitialContextFactory
> java.naming.provider.url jrmi://<hostname>:1099
> java.naming.factory.url.pkgs org.objectweb.jonas.naming
>
> If you use RMI only, the jndi.properties file looks like:
> java.naming.factory.initial
> com.sun.jndi.rmi.registry.RegistryContextFactory
> java.naming.provider.url rmi://<hostname>:1099
> java.naming.factory.url.pkgs org.objectweb.jonas.naming
>
> Your can also find remarks below.
>
> Hope this help.
> H�l�ne.
May I just point out a small error in the message above: the default
port for the Jeremie registry is 12340, and not 1099. Thus, the JNDI
naming provider property above should be
java.naming.provider.url jrmi://<hostname>:12340
Kathleen
******************************************************************
Kathleen Milsted
France Telecom R&D
Distributed Systems Architecture department (DTL/ASR)
28 chemin du Vieux Chene
BP 98, 38243 Meylan Cedex
FRANCE
E-mail: [EMAIL PROTECTED]
Tel: +33 4 76 76 45 94
Fax: +33 4 76 76 45 57
******************************************************************
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".