HelloJspWorld.jsp Sample Test Application JSP PageThis is the output of a JSP page. It displays several useful values from the request we are currently processing. |
| Context Path: | <%= request.getContextPath() %> |
|---|---|
| Path Information: | <%= request.getPathInfo() %> |
| Query String: | <%= request.getQueryString() %> |
| Request Method: | <%= request.getMethod() %> |
| Servlet Path: | <%= request.getServletPath() %> |