Skip to content

Instantly share code, notes, and snippets.

@SanthoshBabuMR
Created January 13, 2018 04:24
Show Gist options
  • Save SanthoshBabuMR/26d0a61b9ee0a94eb0403571db6a4ea9 to your computer and use it in GitHub Desktop.
Save SanthoshBabuMR/26d0a61b9ee0a94eb0403571db6a4ea9 to your computer and use it in GitHub Desktop.
Print Version: Tomcat, Servlet, JSP
Server Version: <%= application.getServerInfo() %><br /><br />
Servlet 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