jmx security
Could you please advise what is the best way to confirm security is setup on jmx in weblogic ?
I was considering two options:
1) check config.xml for following tag <pas:min-password-length>12</pas:min-password-length>
2) check weblogic process for presence of any of following:-Dcom.sun.management.jmxremote.authenticate=true
Could you please advise if there is any better way to confirm JMX in weblogic is protected with user id and password ?
Thanks
Andrew