Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Server.getContainer() in Jetty 9

Hello All, 

In Jetty 9 - we no longer can access the container via the Server. 
How do we do this in Jetty 9 - since I am using embedded Jetty and would like to enable JMX.

The Jetty 9 documentation still seems to suggest the Server.getContainer() way - http://www.eclipse.org/jetty/documentation/current/jmx-chapter.html

Thanks
Vinay

Back to the top