# # Servlet handler configuration file. # # http://download.eclipse.org/jetty/stable-9/apidocs/org/eclipse/jetty/servlet/DefaultServlet.html # Load the CSS and JavaScript directly from the source directory so that # changes can be developed without redeploying the application. org.eclipse.jetty.servlet.Default.resourceBase=source/static # No directory listings allowed. org.eclipse.jetty.servlet.Default.dirAllowed=false