Test Web App
Testing Simple Pages
hello.html
Simple HTML page.
hello.jsp
Simple JSP page.
Testing Simple Servlets
hello
The HelloWorld servlet that generates plain text.
test1
The TestServlet that generates HTML, accessed via the URL given in the @WebServlet annotation in the Java source code.
test2
The TestServlet, accessed via the URL given in the web.xml file.
test-with-utils
TestServlet2, which internally uses ServletUtilities.