Configuring RMI Properties for Remote Invocation
If you want to invoke MBean operations from a remote client, you must have the RMI registry on the machine that hosts the MBeans. You can host the RMI server on cache servers.
RMI is a Java standard that enables remote communication between Java programs. For an introduction to RMI, see the following:
http://www.oracle.com/technetwork/java/javase/tech/index-jsp-136424.html
Procedure
Copyright © Cloud Software Group, Inc. All Rights Reserved.