This document provides instructions for creating and testing a web application using Rational Application Developer. It discusses creating an enterprise application project and a web module project to contain servlets and JSPs. It then walks through creating a ControllerServlet using a wizard, testing it on the server, and adding an alias. The next section discusses manually creating a ModelServlet to separate business logic from the ControllerServlet and forwarding between servlets. The overall summary is a tutorial on building a basic web application with servlets and JSPs using Rational Application Developer.