Table of Contents

Apache Tomcat - Notes

Apache Tomcat 7 - Config Reference Home

OpenBSD 5.1 AMD64, Tomcat 7.0.25

/var/tomcatc/conf/ is a link to /etc/tomcat/


/var/tomcat/conf/catalina.policy


/var/tomcat/conf/catalina.properties


/var/tomcat/conf/web.xml
Default webapps settings.


/var/tomcat/conf/context.xml


/var/tomcat/conf/logging.properties


/var/tomcat/conf/server.xml


/var/tomcat/conf/tomcat-users.xml

Database drivers should go in /usr/local/tomcat/lib/

Remove the "Apache Tomcat 7.0.x" version string in error (404) messages

Create /var/tomcat/lib/org/apache/catalina/util/ServerInfo.properties with content:

server.info=

Don't want to display anything for version number? Leave everything after server.info= empty.
Don't want to leave it empty? Enter text after server.info.

Tomcat needs to be restarted to pick up (changes to) the ServerInfo.properties file.

Source:Apache Tomcat 7 - Security Considerations - Valves