Fw: Simple RMI query

-----Original Message-----
From: Massimiliano Tarquini <tarquini@arcaweb.it>
To: Dandeker M J <mjdand@essex.ac.uk>
Date: Wednesday, July 28, 1999 11:30 AM
Subject: Re: Simple RMI query


>>Hello remote = (Hello) Naming.lookup( "sol12");
>
Try with a connection string like this:

"rmi://Server:port/ObjectName"

where

- Server is "sol12";
- Port is the port on the server. It must be specified only if you run
Rmiregistry on a particular port
- ObjectName is the name of the object as RMI server register it on the
registry.

Massimiliano Tarquini
E-Mail: Tarquini@arcaweb.it

Received on Wednesday, 28 July 1999 05:47:39 UTC