java - Disabling jmx SSL -


i trying set following system property when start java vm. following oracle guide in order set java jmx properties monitoring , management using jmx technology.
command line tried execute in cmd :

java -d com.sun.management.jmxremote.ssl=false.

but getting error:
impossible find or load pricipal class com.sun.management.jmxremote.ssl

could me ?

there should no space between -d , parameter key.

correct value is: -dcom.sun.management.jmxremote.ssl=false


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -