From d055c1c52494ffc97903d4352de0ac3b3bd7e0aa Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Wed, 12 Jan 2022 15:14:31 +0100 Subject: [PATCH] Changed URLs from adoptopenjdk.net to adoptium.net. Signed-off-by: Simone Bordet --- .../src/main/asciidoc/operations-guide/jmx/jmx-local.adoc | 2 +- .../src/main/asciidoc/operations-guide/jmx/jmx-remote.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/jetty-documentation/src/main/asciidoc/operations-guide/jmx/jmx-local.adoc b/documentation/jetty-documentation/src/main/asciidoc/operations-guide/jmx/jmx-local.adoc index 7058f44071c..c9fa5e1c179 100644 --- a/documentation/jetty-documentation/src/main/asciidoc/operations-guide/jmx/jmx-local.adoc +++ b/documentation/jetty-documentation/src/main/asciidoc/operations-guide/jmx/jmx-local.adoc @@ -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]. diff --git a/documentation/jetty-documentation/src/main/asciidoc/operations-guide/jmx/jmx-remote.adoc b/documentation/jetty-documentation/src/main/asciidoc/operations-guide/jmx/jmx-remote.adoc index 6695047e362..f70ac3364e0 100644 --- a/documentation/jetty-documentation/src/main/asciidoc/operations-guide/jmx/jmx-remote.adoc +++ b/documentation/jetty-documentation/src/main/asciidoc/operations-guide/jmx/jmx-remote.adoc @@ -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