diff --git a/docs/Deploying-Enrollment-Server.md b/docs/Deploying-Enrollment-Server.md index 3f540c082..95f7aa931 100644 --- a/docs/Deploying-Enrollment-Server.md +++ b/docs/Deploying-Enrollment-Server.md @@ -88,3 +88,12 @@ The following Java runtime versions are supported: - Java 17 (LTS release) The Enrollment Server may run on other Java versions, however we do not perform extensive testing with non-LTS releases. + +## How to Disable Display of Tomcat Version + +It case you do not want to show Tomcat version on error pages when deploying Enrollment server, you can use the following configuration: + +- Edit the file `/conf/server.xml`. +- Search for the parameters ``. +- Just below that line, insert the following parameters ``. +- Restart Tomcat.