[ Team LiB ] Previous Section Next Section

WebLogic RMI Registry

The WebLogic RMI Registry allows applications to locate objects bound to WebLogic Server. This is critical in a distributed environment, where local clients must locate objects on remote servers. The WebLogic Registry is hosted by WebLogic Server and uses WebLogic's implementation of JNDI. Registry communications are conducted over the same single connection as RMI and JDBC transactions, thereby optimizing resources. The RMI Registry is created at server startup. Objects bound to the Registry are accessed using several protocols, including rmi://, http://, https://, and iiop.

    [ Team LiB ] Previous Section Next Section