Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] unable to connect to JMX port

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
carey@xxxxxxxxxxxxx
 

Back to the top