Working with server: <%= application.getServerInfo() %><br>
Servlet Specification: <%= application.getMajorVersion() %>.<%= application.getMinorVersion() %> <br>
JSP version: <%= JspFactory.getDefaultFactory().getEngineInfo().get SpecificationVersion() %><br>
How to check JSP and Tomcat version
Posted by Unknown at 09:26
You can easily check the JSP version. You need to create test.jsp page under your account and add the following code into that file and access the test.jsp page by using browser " http://yourdomainname/test.jsp " then it shows the tomcat version ,JSP version and servlet version.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment