%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
| server info: | <%= application.getServerInfo() %> |
| servlet version: | <%= application.getMajorVersion()%>.<%= application.getMinorVersion() %> |
| JSP version: | <%= JspFactory.getDefaultFactory().getEngineInfo().getSpecificationVersion() %> |
| Java version: | <%= System.getProperty("java.version") %> |