On this tutorial, i’ll show you how to change Apache Tomcat’s server name. This is the screenshot from a regular Apache Tomcat,

And with a simple configuration on server.xml,
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
server="Why So Serious"
redirectPort="8443" />
It will change my Tomcat’s server name into,

Not hard actually 😉