Sample Application JSP Page

This is the output of a JSP page that is part of the Hello, World application........... It displays several useful values from the request we are currently processing.
Request Method: <%= request.getMethod() %>
Servlet Path: <%= request.getServletPath() %>