Jetty Web Application

This demonstration is created using the webapplication in 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.

Miscellaneous Demos

Java Server Pages

Request Dispatchers

Security

This security demo can be configured for FORM, BASIC or DIGEST authentication in the demo/webapps/jetty/WEB-INF/web.xml file.

Error Pages

Reference Web Applications