Issue
I am working on jsp. I have eclipse but don't know how to configure it for servlets and jsps. I want to develop and debug my web application. Which plugin should I get and from where?
Solution
Instead of installing plugins you should download the right version.
Download: Eclipse IDE for Java EE Developers, 212 MB
This one has the Web Development perspective from the WTP/Web Tools Platform plugin.
I'm not sure if an application server like Tomcat is included. Otherwise download it.
Afterwards add tomcat to eclipse. (There are other guides as well, just google them.)
Answered By - Udo Held
Answer Checked By - Marilyn (JavaFixing Volunteer)