demo/webapps/jetty
. By convention the webapplications that
Jetty use are placed in webapps
directory either as packed war
files or as unpacked directories. The etc/jetty.xml
configuraton
file can be used to run any webapp found in the webapps
directory.
RequestDispatcher:
forward to Dump servlet.
RequestDispatcher:
forward to static image.
RequestDispatcher:
forward to named Dump servlet.
RequestDispatcher:
forward to snoop.jsp.
RequestDispatcher:
include of Dump servlet.
RequestDispatcher:
include static file.
RequestDispatcher:
include of named Dump servlet.
RequestDispatcher:
include snoop.jsp.
RequestDispatcher: Forward to another web application.
demo/webapps/jetty/WEB-INF/web.xml
file.
Error Page Custom page for 404 status.
Error Page Custom page for NullPointerException.