From a86ec76805e8c2e306a41f737d13cff32dc1aceb Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Thu, 7 Aug 2025 22:52:58 +0100 Subject: [PATCH] Update Java flamegraph Learning Path --- .../java-perf-flamegraph/1_setup.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/learning-paths/servers-and-cloud-computing/java-perf-flamegraph/1_setup.md b/content/learning-paths/servers-and-cloud-computing/java-perf-flamegraph/1_setup.md index e18fb38d9b..5bdd5fa0ca 100644 --- a/content/learning-paths/servers-and-cloud-computing/java-perf-flamegraph/1_setup.md +++ b/content/learning-paths/servers-and-cloud-computing/java-perf-flamegraph/1_setup.md @@ -37,12 +37,13 @@ Alternatively, you can build Tomcat [from source](https://github.com/apache/tomc ## Enable access to Tomcat examples -To access the built-in examples from your local network or external IP, modify the `context.xml` file: +To access the built-in examples from your local network or external IP, use a text editor to modify the `context.xml` file by updating the `RemoteAddrValve` configuration to allow all IP addresses. + +The file is at: ```bash -vi apache-tomcat-11.0.9/webapps/examples/META-INF/context.xml +apache-tomcat-11.0.9/webapps/examples/META-INF/context.xml ``` -Update the `RemoteAddrValve` configuration to allow all IPs: