Skip to content

Instantly share code, notes, and snippets.

@gerjantd
Created May 6, 2014 16:20
Show Gist options
  • Save gerjantd/31b25526f7cdb1955720 to your computer and use it in GitHub Desktop.
Save gerjantd/31b25526f7cdb1955720 to your computer and use it in GitHub Desktop.
Tomcat/JSP version
Tomcat Version : <%= application.getServerInfo() %><br>
Servlet Specification Version : <%= application.getMajorVersion() %>.<%= application.getMinorVersion() %> <br>
JSP version : <%= JspFactory.getDefaultFactory().getEngineInfo().getSpecificationVersion() %><br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment