Created
May 6, 2014 16:20
-
-
Save gerjantd/31b25526f7cdb1955720 to your computer and use it in GitHub Desktop.
Tomcat/JSP version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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