1 Reply Latest reply on Apr 8, 2010 10:02 AM by vrvf

    Securing Twiddle

    negnoire101

      I am trying to secure the twiddle command line tool. I was able to successfully secure the j-console using the follwing parameters:

      -Dcom.sun.management.jmxremote.port=9002 \
      -Dcom.sun.management.jmxremote.authenticate=true \
      -Dcom.sun.management.jmxremote.ssl=false \
      -Dcom.sun.management.jmxremote.password.file=XXX \
      -Dcom.sun.management.jmxremote.access.file=XXX \

      What am I missing to get twiddle to use a username and password.