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: