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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -