- Date : <%= new SimpleDateFormat("yyyy-MM-dd").format(new Date()) %>
+- CPU Available Processors : <%= Runtime.getRuntime().availableProcessors() %>
+- IP Address : <%= InetAddress.getLocalHost().getHostAddress() %>
+- Remote Address : <%= request.getRemoteAddr() %>
+- Server : <%= request.getSession().getServletContext().getServerInfo() %>
+- Server RealPath : <%= request.getRealPath("/") %>
+- Servlet Version : <%= application.getMajorVersion()%>.<%= application.getMinorVersion() %>
+- Session MaxInactiveInterval : <%= request.getSession().getMaxInactiveInterval() %>
+| # | +Key | +Value | +
|---|
| <%= environmentIndex++ %> | +<%= key %> | +<%= env.get(key) %> | +
| # | +Key | +Value | +
|---|