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 -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -