Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Custom RMI agent class

Download, then : Tunneling RMI agent

Then extract and install:

No Format
cd $SAKAI_SOURCE
tar xzvf ~/tunneling_jmx.tar.gz
cd jmx
mvn -Dmaven.tomcat.home=$CATALINA_HOME install sakai:deploy

...

No Format
jconsole service:jmx:rmi://localhost:9000/jndi/rmi://localhost:90011100/jmxrmi

Again, note that for the RMI connection, the port on the client must be the same as the one on the server. In this case, they are both 1100.

...