Open the {Notes}/framework/rcp/deploy/jvm.properties file in a text editor and add the following lines:
vmarg.Djmxremoteport=-Dcom.sun.management.jmxremote.port=8123
vmarg.Djmxremotessl=-Dcom.sun.management.jmxremote.ssl=false
vmarg.Djmxremoteauth=-Dcom.sun.management.jmxremote.authenticate=false
The first line tells the Notes client JVM to listen on port 8123 for
JMX clients like JConsole (feel free to use a different port if you’d
like).
The second line tells it not to use SSL for the connection (which
it would do by default).
And the third line tells it not to require a
username and password for the connection.
沒有留言:
張貼留言