Skip to content

Commit

Permalink
fix(connect): rephrase and polish hint text for Connect plugin
Browse files Browse the repository at this point in the history
Fix #490
  • Loading branch information
tadayosi committed Oct 27, 2023
1 parent 87b6502 commit 410a539
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions packages/hawtio/src/plugins/connect/Connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,16 @@ const ConnectHint: React.FunctionComponent = () => {
<a href='http://jolokia.org/agent.html' target='_blank' rel='noreferrer'>
Jolokia documentation
</a>{' '}
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.
</Text>
<Text component='p'>
If you are using{' '}
<a href='https://developers.redhat.com/products/fuse/overview/' target='_blank' rel='noreferrer'>
Red Hat Fuse{' '}
</a>
or{' '}
<a href='http://activemq.apache.org/' target='_blank' rel='noreferrer'>
Apache ActiveMQ
</a>
, then a Jolokia agent is included by default (use context path of Jolokia agent, usually
<code>jolokia</code>). Or you can always just deploy hawtio inside the process (which includes the Jolokia
agent, use Jolokia servlet mapping inside hawtio context path, usually <code>hawtio/jolokia</code>).
Some Java applications such as{' '}
<a href='https://activemq.apache.org/components/artemis/' target='_blank' rel='noreferrer'>
Apache ActiveMQ Artemis
</a>{' '}
include a Jolokia agent by default (use context path of Jolokia agent, usually <code>jolokia</code>). 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 <code>hawtio/jolokia</code>).
</Text>
</TextContent>
)
Expand Down

0 comments on commit 410a539

Please sign in to comment.