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 17:40, 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 case trigger condition(s) based on value(s) of specified MBean attributes are satisfied.


Additional Resources

See Jetty/Feature/JMX for information on configuring Jetty JMX integration.

Back to the top