Q) What are the steps involved in the development of a Java Web Application? Pre-Requisites • JDK 7(above version 5) • Eclipse IDE for Java EE Developers • Apache Tomcat 7.x • Servlet 2.5 (3.x is the latest version) Configure Apache Tomcat in eclipse IDE Step1: Open Eclipse IDE in Java EE perspective and in “Servers” area, right click -> New -> Server. Step 2: Here we will see a list of servers that can be configured in the installed Eclipse IDE version. You will find Tomcat v6.0 Server under “Apache” folder as shown below. Select “Tomcat v6.0 Server” and click Next. Step 3: Configure Apache Tomcat installation location. Select the Tomcat Root folder and click Next Previous Next