0 Replies Latest reply on Feb 27, 2015 6:10 AM by silverspectre

    Java SSL monitoring

    silverspectre

      i have a JBoss server running as a https://server services, i would like to monitor the server via Java options on launch.traditionally i would use:

       

      -Djboss.platform.mbeanserver -Dcom.sun.management.jmxremote.port=<PORT>

      -Dcom.sun.management.jmxremote.authenticate=false

      -Dcom.sun.management.jmxremote.ssl=false


      however when i run this on the https://server the server web page does not load properly. is there something i am missing? when i run ssl feature enabled the page loads but still with errors.


      -Djboss.platform.mbeanserver -Dcom.sun.management.jmxremote.port=<PORT>

      -Dcom.sun.management.jmxremote.authenticate=false

      -Dcom.sun.management.jmxremote.ssl=true