Changed URLs from adoptopenjdk.net to adoptium.net.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
b51465f91a
commit
d055c1c524
|
@ -28,7 +28,7 @@ Note that the Jetty MBeans are registered into the platform `MBeanServer`, but a
|
|||
|
||||
This configuration is useful when you develop and test your Jetty server locally.
|
||||
|
||||
JMX compliant tools such as link:https://adoptopenjdk.net/jmc.html[Java Mission Control (JMC)] can be started locally on your machine and can attach to other JVMs running on your machine, showing you the registered MBeans among which you will find the Jetty MBeans.
|
||||
JMX compliant tools such as link:https://adoptium.net/jmc.html[Java Mission Control (JMC)] can be started locally on your machine and can attach to other JVMs running on your machine, showing you the registered MBeans among which you will find the Jetty MBeans.
|
||||
|
||||
NOTE: Enabling only the local JMX support is the most secure option for monitoring and management, but only users that have local access to the JVM will be able to browse the MBeans.
|
||||
If you need to access the MBeans from a remote machine, read xref:og-jmx-remote[this section].
|
||||
|
|
|
@ -242,7 +242,7 @@ If you are using self-signed certificates, the KeyStore already contains the sel
|
|||
|
||||
JMX compliant tools that offer a graphical user interface also must be started specifying the TrustStore path and password.
|
||||
|
||||
For example, to launch link:https://adoptopenjdk.net/jmc.html[Java Mission Control (JMC)]:
|
||||
For example, to launch link:https://adoptium.net/jmc.html[Java Mission Control (JMC)]:
|
||||
|
||||
----
|
||||
$ jmc -vmargs -Djavax.net.ssl.trustStore=/path/to/trustStore.p12 -Djavax.net.ssl.trustStorePassword=password
|
||||
|
|
Loading…
Reference in New Issue