rmiregistry — Register Remote Java Objects

Synopsis

/usr/java/bin/rmiregistry [port] 

Description

The Java rmiregistry command creates and starts a remote object registry on the specified port on the current host. If you omit the port number, the registry is started on port 1099. The rmiregistry command produces no output and is typically run in the background. For example:

castle% rmiregistry &
					

A remote object registry is a bootstrap naming service that is used by RMI servers on a host to bind remote objects to names. Clients can then look up remote objects and make remote method invocations.

The registry is typically used to locate the first remote object on which an application needs to invoke methods. That object, in turn, provides ...

Get Solaris™ 7 Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.