Skip to content

Commit

Permalink
fix: update faq for jolokia 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed May 27, 2024
1 parent 681d008 commit 9aa462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The easiest thing to do is add Jolokia as a Java agent via `java` command line w

[source,console]
----
$ java -javaagent:jolokia-agent.jar=host=0.0.0.0 -jar foo.jar
$ java -javaagent:jolokia-agent-jvm-2.0.2-javaagent.jar=host=0.0.0.0 -jar foo.jar
----

Then by default you can connect on http://localhost:8778/jolokia to access the Jolokia API endpoint.
Expand Down

0 comments on commit 9aa462f

Please sign in to comment.