There was a thread back in February, where I recieved terrific help about standing up a JMX interface over SSL.
I'm now exploring a varient of that topic, using the 'jmx-remote' module instead of the 'jmx' module. This seems straightforward, based on this document: http://www.eclipse.org/jetty/documentation/9.4.x/jmx-chapter.html However, I'm running 9.3.8.v20160314, and the 9.3.x version of this doc doesn't call out SSL at all: http://www.eclipse.org/jetty/documentation/9.3.x/jmx-chapter.html When I try to employ the 9.4.x convention on my 9.3.x service, it blows up, perhaps unsurpisingly: 2017-06-21 21:23:47.862:WARN:oejx.XmlConfiguration:main: Config error at <Call name="addBean"><Arg>|?<New id="ConnectorServer" class="org.eclipse.jetty.jmx.ConnectorServer"><Arg>| <New class="javax.management.remote.JMXServiceURL"><Arg type="java.lang.String">rmi</Arg><Arg type="java.lang.String"/><Arg type="java.lang.Integer">1099</Arg><Arg type="java.lang.String">/jndi/rmi:///jmxrmi</Arg></New>| </Arg><Arg/><Arg>org.eclipse.jetty.jmx:name=rmiconnectorserver</Arg><Arg><Ref refid="sslContextFactory"/></Arg></New>| </Arg></Call> java.lang.IllegalStateException: No suitable constructor: <New id="ConnectorServer" class="org.eclipse.jetty.jmx.ConnectorServer"><Arg> Is there a 9.3.x mechanism for configuring the 'jmx-remote' module to use SSL? -- Brian Reichert <[email protected]> BSD admin/developer at large _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
