Commit d648b989 authored by Madhura Bhave's avatar Madhura Bhave

Merge branch '2.2.x'

Closes gh-20964
parents 24ee9737 947594ad
...@@ -1297,6 +1297,10 @@ For example, with Maven, you would add the following dependency: ...@@ -1297,6 +1297,10 @@ For example, with Maven, you would add the following dependency:
The Jolokia endpoint can then be exposed by adding `jolokia` or `*` to the configprop:management.endpoints.web.exposure.include[] property. The Jolokia endpoint can then be exposed by adding `jolokia` or `*` to the configprop:management.endpoints.web.exposure.include[] property.
You can then access it by using `/actuator/jolokia` on your management HTTP server. You can then access it by using `/actuator/jolokia` on your management HTTP server.
NOTE: The Jolokia endpoint exposes Jolokia's servlet as an actuator endpoint.
As a result, it is specific to servlet environments such as Spring MVC and Jersey.
The endpoint will not be available in a WebFlux application.
[[production-ready-customizing-jolokia]] [[production-ready-customizing-jolokia]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment