Improvements to the Jetty documentation.
Fixed typos. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
14f829a8f5
commit
f17cc9b311
|
@ -152,7 +152,7 @@ For a complete guide to controlling authentication and authorization in JMX, see
|
||||||
|
|
||||||
The simplest way to control JMX authentication and authorization is to specify two files: one contains username and password pairs, and the other contains username and permission pairs.
|
The simplest way to control JMX authentication and authorization is to specify two files: one contains username and password pairs, and the other contains username and permission pairs.
|
||||||
|
|
||||||
This is achieved by enbling the `jmx-remote-auth` Jetty module:
|
This is achieved by enabling the `jmx-remote-auth` Jetty module:
|
||||||
|
|
||||||
----
|
----
|
||||||
$ java -jar $JETTY_HOME/start.jar --add-module=jmx-remote-auth
|
$ java -jar $JETTY_HOME/start.jar --add-module=jmx-remote-auth
|
||||||
|
|
Loading…
Reference in New Issue