Softwareprojektmanagement/src/main/webapp/version.jsp

9 lines
529 B
Plaintext

<%@ page import="weka.core.Version" %>
<%@ page import="java.io.File" %>
Server info: <%= application.getServerInfo() %><br>
Servlet version: <%= application.getMajorVersion() %>.<%= application.getMinorVersion() %><br>
JSP version: <%= JspFactory.getDefaultFactory().getEngineInfo().getSpecificationVersion() %><br>
Java version: <%= System.getProperty("java.version") %><br>
Weka version: <%= Version.VERSION %><br>
File root: <%= new File("").getAbsolutePath() %><br>
Catalina base : <%= System.getProperty("catalina.base") %>