Commit 692ecbb
docs: Remove JMX monitoring sections from HTTP/2 guides
JMX is obsolete for production monitoring in 2026. The documented
examples used -Dcom.sun.management.jmxremote with ssl=false and
authenticate=false — a security anti-pattern. The Http2Protocol.jmxMetrics
property does not exist in Tomcat.
Modern alternative: Micrometer + Prometheus/Grafana or Spring Boot
Actuator endpoints, which provide HTTP-accessible metrics without
opening unauthenticated JMX ports.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c308407 commit 692ecbb
4 files changed
Lines changed: 6 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
282 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
283 | 284 | | |
284 | 285 | | |
285 | 286 | | |
| |||
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
| 409 | + | |
| 410 | + | |
417 | 411 | | |
418 | 412 | | |
419 | 413 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | 285 | | |
298 | 286 | | |
299 | 287 | | |
| |||
0 commit comments