This document describes a web application that contains code for a servlet class (SubmitSrv.java), an HTML file (Index.html), and a web application deployment descriptor (web.xml). The servlet handles requests from the HTML form and performs basic arithmetic operations or displays system properties based on the submitted parameter. The HTML form contains fields to accept two numbers and submit buttons to trigger addition, subtraction, or multiplication in the servlet. It also contains links to trigger displaying system properties or date in the servlet. The web.xml file maps the servlet class and URL pattern.