Skip to content

Commit

Permalink
Issue #103: Document authenticated agent losing history when using th…
Browse files Browse the repository at this point in the history
…e web ui.
  • Loading branch information
mk23 committed Apr 7, 2016
1 parent 3f70258 commit 0b42623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Configuration is handled entirely by [Dropwizard](http://dropwizard.io/manual/co

$ java -jar target/jmxproxy-3.2.0.jar server config.yaml

For example to configure the port server listen port for both application and admin servlets:
For example, to configure the listening port for both application and admin servlets:

```yaml
server:
Expand Down Expand Up @@ -212,6 +212,7 @@ JMXProxy service has the following miscelleneous APIs for convinience and UI bui
Limitations
-----------

* Agents with authentication enabled, have their history purged when connecting from the Web UI.
* SSL agent connections are currently not supported. Remote JVM must be started with `-Dcom.sun.management.jmxremote.ssl=false`.


Expand Down

0 comments on commit 0b42623

Please sign in to comment.