Versions Compared

Key

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

...

select 'Remote' connection tab and use localhost port 9000

Select the 'MBeans' tab (top)

Expand the 'beans' domain (left side) and select the DynamicConfigurationService MBean

Select the 'Operations' tab (top)

Set the values for the two keys 'admin.user' (username) and 'admin.pw' (password)

Then on the remote machine run

remote-machine>telnet localhost 6789

and you will be connected to port 6789 of the remote machine.

You can also just log into the remote machine and connect to port 6789 on localhost.

h3 Running the process

connect to the telnet port and run:

...

No Format
 sessionid = tool.login();
		
 result = tool.addMessageToolToUserSites(sessionid);

 go

Note

When the task is completed, be sure to remove the admin.pw key value from the DynamicConfigurationService MBean in jconsole, at the least and probably better to also remove the 'admin.user' key