/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/
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.