score:2

Accepted answer

from what you describe, you don't need a plugin, you just need to add the required libraries to your build path. you won't find those in update sites.

here's what you need to do:

  1. locate and download the required jars. you can use a service like findjar.com to search for those jars. apache jars are usually available from apache.org.
  2. put the jars in a folder called lib in your project.
  3. refresh the project in eclipse (f5 or right-click and "refresh"), the lib folder with the jars should appear in your project explorer.
  4. add them to the build path - in the eclipse project explorer, right-click the jars and select "add to build path"

score:0

right click on project ---> properties ---> java build path ---> add library... ---> server runtime ---> apache tomcat ----> finish.


Related Query

More Query from same tag