Working with JSP under Tomcat webserver To work with web based java application we can use the following freely available tools 1. Java Development Kit (JDK 1.5) 2. Eclipse as IDE 3. Tomcat web server A. How to Install JDK please follow the instruction of the link: http://remus.rutgers.edu/freestuff/java.html B. How to Install Eclipse Please follow the instruction of the link: http://remus.rutgers.edu/freestuff/eclipse.html. This site also have a "Hello World" project in eclipse C.How to Install Tomcat please follow the instruction of the link: http://remus.rutgers.edu/freestuff/tomcat.html. There is a special instruction at the end of the page about "Sysdeo" plugin. This instrcution is necessary f or eclipse to work with tomcat web server.