Guillaume Rousse a �crit :
>
> Just changing localhost for my real IP wasn't enough. But using "jrmi://"
> syntaxic shortcut solved this. So i guess the port 1099 caused a problem for
> Jeremie.
The default port for the Jeremie registry is 12340 whereas
the default port for the RMI registry is 1099.
To start the registry on another port, both the Jeremie registry
and the RMI registry takes as an optional argument a port number.
So, for example, if you are using the Jonas supplied registry.sh
script, just supply a port number as argument to the script.
To access the registry on a non default port via JNDI, use the
syntax "rmi://hostname:portnumber" for the RMI registry
and "jrmi://hostname:portnumber" for the Jeremie registry.
Thus, "jrmi://" is equivalent to "jrmi://:12340" and,
likewise, "rmi://" is equivalent to "rmi://:1099".
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".