On Wed, Oct 23, 2013, at 6:30, Joakim Erdfelt wrote: There are 3 possible configurations in etc/jetty-jmx.xml for you.
1) Default (just starts the MBeanServer and MBeanContainer) 2) Default + Create Registry approach 3) Default + ConnectorServer approach For reasons which I have now forgotten, we're using system properties on the Jetty command line instead: -Djava.security.auth.login.config=etc/login.config -Dcom.sun.management.jmxremote.port=49001 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.login.config=JmxConfig but these might not work on Mac OS X. -- Carey Evans [email protected]
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
