Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7a10a01814418c757cc9f927ba2f3a7a0526e63a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[description]
Enables remote RMI access to JMX

[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