This site is served by Jetty and the pages are built by a servlet within a web application that wraps HTML stubs in a look and feel.
Servlets
The Servlet API and container, with context support.
Java Server Pages
The Jasper JSP engine for inline java includes within HTML.
Web Application The J2EE standard deployment packaging for web applications.
JSSE SSL
Secure Socket Layer secure connections.
Handlers
The native extension architecture for Jetty. Servlets, file serving
and security are all provided via Jetty Handlers.
Admin Servlet
A Servlet to provide basic administration of a running Jetty server.
Username=admin Password=admin
Debug Servlet
A Servlet providing control of the Jetty debug and log output.
Username=admin Password=admin
JMX Agent
An agent to provide JMX administration of a running Jetty server.