Open Cloud Rhino
From jManageFollowing are steps to be taken for managing Open Cloud Rhino using jManage: 1) Configure new application in jManage : Type: jsr160 Name: Rhino URL: service:jmx:rmi:///jndi/rmi://$(Rhino machine IP address ):$(Port)/opencloud/rhino Username: $(username) Password: $(password) java.naming.factory.initial: (nothing here) java.naming.provider.url: (nothing here) username, password and Port should have the same values as defined in the parameters remote.username, remote.password and remote.port in the client.properties file from the /client/etc subdirectory of the Rhino installation directory on the Rhino machine. 2) Copy rhino-client.jar and slee.jar into the jManage lib directory. 3) Edit mlet.conf file from the /config subdirectory of the Rhino installation directory. Additional permission should be granted here for connections from jManage host. Following line should appear twice in the file, one for the jmxr mlet and the other for the web-console mlet : permission java.net.SocketPermission "jManage host IP address","accept,connect,resolve";
|
