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