Skip to content

Instantly share code, notes, and snippets.

@cleantutorials
Last active September 10, 2021 13:09
Show Gist options
  • Save cleantutorials/ef7583bb78ac795a18cbb5e0737f5cd4 to your computer and use it in GitHub Desktop.
Save cleantutorials/ef7583bb78ac795a18cbb5e0737f5cd4 to your computer and use it in GitHub Desktop.
-Dcom.sun.management.jmxremote.password.file=B:\JMX\jmxremote.password
-Dcom.sun.management.jmxremote.access.file=B:\JMX\jmxremote.access
-Djava.rmi.server.hostname=192.168.1.4
-Dcom.sun.management.jmxremote.port=64355
-Dcom.sun.management.jmxremote.authenticate=true
-Dcom.sun.management.jmxremote.ssl=true
-Dcom.sun.management.jmxremote.ssl.need.client.auth=true
-Dcom.sun.management.jmxremote.registry.ssl=true
-Djavax.net.ssl.keyStore="B:\JMX\Security\serverkeystore"
-Djavax.net.ssl.keyStorePassword=serverpass
-Djavax.net.ssl.trustStore="B:\JMX\Security\servertruststore"
-Djavax.net.ssl.trustStorePassword=servertrustpass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment