Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Papicella-pivotal committed Sep 26, 2014
1 parent 4173d93 commit 0f47fb7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,20 @@ http://{server-ip-address}:{server-port}/gfxdwtemplate/

![alt tag](https://dl.dropboxusercontent.com/u/15829935/fe-demos/GemFireXDWeb/images/welcome.png)

<h2>Enabling JMX monitoring</h2>

1. Start a locator using the

```
gfxd locator start -peer-discovery-address=$IP -peer-discovery-port=41111 -jmx-manager-port=1103 -jmx-manager-start=true -jmx-manager-http-port=7075 -conserve-sockets=false -client-bind-address=$IP -client-port=1527 -dir=locator -sync=false -J-javaagent:$CURRENT_DIR/lib/jolokia-jvm-1.2.2-agent.jar=host=0.0.0.0
```

2. Download jolokia-jvm-1.2.2-agent.jar from the link below.

```
http://www.jolokia.org/download.html
```


Created by Pas Apicella - <a href="mailto:papicella@pivotal.io">papicella@pivotal.io</a> for Pivotal GemFireXD Schema Management

0 comments on commit 0f47fb7

Please sign in to comment.