Working JSP page!

This is a page to verify that .jsp support has been enabled

Date: <%= new java.util.Date() %>
Remote Address: <%= request.getRemoteAddr() %>
Request Method: <%= request.getMethod() %>
Servlet Path: <%= request.getServletPath() %>