Versions Compared

Key

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

...

This HowTo assumes that you have a JDK installed on the client machine.

Table of Contents

Step 1: Enable remote monitoring on the Java application

...

Panel

sipxproc -r PageServer

If the remote server has different internal and external IPs, RMI will bind to the local one and remote connections will not work. This is the case, for example, when running in AWS. In these cases, an extra parameter is needed in the startup script:

Panel

               -Djava.rmi.server.hostname=<hostname_not_ip>-Djava.rmi.server.hostname=<hostname_not_ip>

 

Step 2: Use JConsole to monitor

...