From 410a539f2bfd72f91abe5dfe65eef588eee1d8ba Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Fri, 27 Oct 2023 16:56:26 +0900 Subject: [PATCH] fix(connect): rephrase and polish hint text for Connect plugin Fix #490 --- .../hawtio/src/plugins/connect/Connect.tsx | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/packages/hawtio/src/plugins/connect/Connect.tsx b/packages/hawtio/src/plugins/connect/Connect.tsx index 31907235..c0fc3497 100644 --- a/packages/hawtio/src/plugins/connect/Connect.tsx +++ b/packages/hawtio/src/plugins/connect/Connect.tsx @@ -73,20 +73,16 @@ const ConnectHint: React.FunctionComponent = () => { Jolokia documentation {' '} - for how to add a JVM, servlet or OSGi based agent inside it. + for how to add a JVM, servlet, or OSGi based agent inside it. - If you are using{' '} - - Red Hat Fuse{' '} - - or{' '} - - Apache ActiveMQ - - , then a Jolokia agent is included by default (use context path of Jolokia agent, usually - jolokia). Or you can always just deploy hawtio inside the process (which includes the Jolokia - agent, use Jolokia servlet mapping inside hawtio context path, usually hawtio/jolokia). + Some Java applications such as{' '} + + Apache ActiveMQ Artemis + {' '} + include a Jolokia agent by default (use context path of Jolokia agent, usually jolokia). Or you can + always just deploy Hawtio inside the process, which includes the Jolokia servlet agent (use Jolokia servlet + mapping inside Hawtio context path, usually hawtio/jolokia). )