This app contains Java servlet code to test the servlet lifecycle and a web.xml file to deploy the servlet. The servlet code prints messages at each stage of the lifecycle and displays request information. The web.xml maps the servlet to the URL pattern /lcurl. Forming a web module with these files and deploying it will allow enjoying testing the servlet lifecycle.