You can publish jsp with the following scriptlet:
<%= application.getServerInfo() %>
Or grep catalina.out for a string, for example:
INFO: Starting Servlet Engine: Apache Tomcat/7.0.37
Or look at the file org/apache/catalina/util/ServerInfo.propertiesinside lib / catalina.jar .
Just to give you 3 options;).
source
share