This example tests some aspects of the servlet 3.1 specification:
Click the link to test accessing static content from a fragment's META-INF/resources
Static resource from a fragmentClick the link to test accessing a servlet added from a fragment's web-fragment.xml
Servlet added by web-fragment.xmlLogin as user admin
with password admin
when prompted after clicking the button below to test @DeclareRoles annotation
Login as user admin
with password admin
when prompted after clicking the button below to test @ServletSecurity annotation
@MultipartConfig(location="foo/bar", maxFileSize=10240, maxRequestSize=-1, fileSizeThreshold=2048)
Click the following link to test that javax.servlet.AsyncListeners are injectable
Click the link to test classpath isolation of system and server classes
ClassPathServlet