Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Jetty/Reference/jetty-monitor

< Jetty‎ | Reference
Revision as of 19:16, 28 April 2011 by Unnamed Poltroon (Talk)



Introduction

Jetty-monitor module allows developers to monitor a running Jetty server in real time either in-process or using a standalone application. It can be configured to execute actions that are performed in the event trigger condition(s) based on value(s) of specified MBean attribute(s) are satisfied.


Additional Resources

See Jetty JMX tutorial for instructions on how to configure Jetty JMX integration.

Back to the top