Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
cxf_in_servicemix
cxf_in_servicemix

Remote access

Remove Remote access to JMX is configured using the standard JVM JMX options. For example if you want to enable remote access without enabling TLS or authentication (this is extremely insecure, do not do this in production!):

Code Block
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9913 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=localhost

...