Skip to content

Commit

Permalink
NO-JIRA improve formatting for remote JMX doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbertram committed Jan 31, 2023
1 parent 2378d18 commit 5acf269
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/user-manual/en/management.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,15 @@ file. To enable this you simply add the following xml:
<connector connector-port="1099"/>
```

This exposes the agent remotely on the port 1099. If you were connecting via
JConsole you would connect as a remote process using the service url
`service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi` and an appropriate user
name and password.
This exposes the agent remotely on the port `1099`. If you were connecting via
JConsole you would connect as a remote process using the service url:

```
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
```

You'd be able to supply an appropriate user name and password in this case as
well.

You can also configure the connector using the following:

Expand Down

0 comments on commit 5acf269

Please sign in to comment.