422398 - moved jmx remote config to jmx-remote.mod
This commit is contained in:
parent
a67acf16bf
commit
d04a96084d
|
@ -8,3 +8,11 @@ jmx
|
|||
[xml]
|
||||
etc/jetty-jmx-remote.xml
|
||||
|
||||
[ini-template]
|
||||
## JMX Configuration
|
||||
## Enable for an open port accessible by remote machines
|
||||
# jetty.jmxrmihost=localhost
|
||||
# jetty.jmxrmiport=1099
|
||||
## Strictly speaking you shouldn't need --exec to use this in most environments.
|
||||
## If this isn't working, make sure you enable --exec as well
|
||||
# -Dcom.sun.management.jmxremote
|
||||
|
|
|
@ -8,11 +8,3 @@ lib/jetty-jmx-${jetty.version}.jar
|
|||
[xml]
|
||||
etc/jetty-jmx.xml
|
||||
|
||||
[ini-template]
|
||||
## JMX Configuration
|
||||
## Enable the "jmx-remote" module for an open port accessible by remote machines
|
||||
# jetty.jmxrmihost=localhost
|
||||
# jetty.jmxrmiport=1099
|
||||
## Strictly speaking you shouldn't need --exec to use this in most environments.
|
||||
## If this isn't working, make sure you enable --exec as well
|
||||
# -Dcom.sun.management.jmxremote
|
||||
|
|
Loading…
Reference in New Issue