Skip to content

Commit 0ba3b16

Browse files
said026nebhale
authored andcommitted
Documentation Polishing
[resolves cloudfoundry#596]
1 parent fd009df commit 0ba3b16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/framework-jmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ After starting an application with JMX enabled, an SSH tunnel must be created to
3030
$ cf ssh -N -T -L <LOCAL_PORT>:localhost:<REMOTE_PORT> <APPLICATION_NAME>
3131
```
3232

33-
The `REMOTE_PORT` should match the `port` configuration for the application (`5000` by default). The `LOCAL_PORT` must matche the `REMOTE_PORT`.
33+
The `REMOTE_PORT` should match the `port` configuration for the application (`5000` by default). The `LOCAL_PORT` must match the `REMOTE_PORT`.
3434

3535
Once the SSH tunnel has been created, your JConsole should connect to `localhost:<LOCAL_PORT>` for JMX access.
3636

0 commit comments

Comments
 (0)