-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b86
-
x86
-
windows_xp
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/javase/6/docs/guide/management/agent.html
A DESCRIPTION OF THE PROBLEM :
The section entitled 'Disabling password authentication' contains an irrelevant sentence related to a 'portNum' parameter.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
...
com.sun.management.jmxremote.authenticate=false
When you disable password authentication, you can also disable SSL, as described in Disabling Security. You may also want to disable passwords, but use SSL client authentication, as described in Enabling Client SSL Authentication.
...
ACTUAL -
...
com.sun.management.jmxremote.authenticate=false
where portNum is the port number to use. Be sure to specify an unused port number.
When you disable password authentication, you can also disable SSL, as described in Disabling Security. You may also want to disable passwords, but use SSL client authentication, as described in Enabling Client SSL Authentication.
...
http://java.sun.com/javase/6/docs/guide/management/agent.html
A DESCRIPTION OF THE PROBLEM :
The section entitled 'Disabling password authentication' contains an irrelevant sentence related to a 'portNum' parameter.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
...
com.sun.management.jmxremote.authenticate=false
When you disable password authentication, you can also disable SSL, as described in Disabling Security. You may also want to disable passwords, but use SSL client authentication, as described in Enabling Client SSL Authentication.
...
ACTUAL -
...
com.sun.management.jmxremote.authenticate=false
where portNum is the port number to use. Be sure to specify an unused port number.
When you disable password authentication, you can also disable SSL, as described in Disabling Security. You may also want to disable passwords, but use SSL client authentication, as described in Enabling Client SSL Authentication.
...