Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f8a5111d8f822df164fdb39e9aa93c715fd3e862 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# JMX Remote Module
#

[depend]
jmx

[xml]
etc/jetty-jmx-remote.xml

[ini-template]
## The host/address to bind RMI to
# jetty.jmxremote.rmihost=localhost

## The port RMI listens to
# jetty.jmxremote.rmiport=1099

Back to the top