Installing on Apache Tomcat
You can install QMF for WebSphere® on Apache Tomcat Java servlet container.
About this task
Procedure
What to do next
If you want to hide the Tomcat version and name from the response error page, you can hide it by
performing the following steps:
- Navigate to <Tomcat_INSTAL_DIR>/lib.
- Create org\apache\catalina\util\ folder structure and navigate to the util folder.
- Create
ServerInfo.properties
text file. - Add the message text in the
ServerInfo.properties
file and Save the file. For example: You can add the message text asserver.info=Not Available
. - Stop and start the Tomcat service.
Note: This configuration can be handled at the customer server level and no changes are
required at the QMF code level.