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

[version]
9.3

[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