How to install tomcat plugin in Eclipse

78,583

Solution 1

you have to do several things:

  1. download and extract Tomcat
  2. Install the WTP tools using Eclipse built-in update mechanisms or download the Eclipse Java EE prepackaged build: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigor
  3. Configure Tomcat in Eclipse

The following screenshot shows my Eclipse configuration (Ubuntu Natty 11.04, eclipse Helios 3.6, Tomcat 7.0.12):

enter image description here

Solution 2

  1. Download the Eclipse Tomcat Plugin from Marketplace
  2. Go to window->Preference.Find Tomcat configuration from the left panel and configure it.

Solution 3

You can download Eclipse for Java EE

Share:
78,583
Subhransu Mishra
Author by

Subhransu Mishra

Java - mobile - Backend ----linkedin-----google+-----

Updated on December 17, 2020

Comments

  • Subhransu Mishra
    Subhransu Mishra over 3 years

    I am using Eclipse as my SDK for web project and I need tomcat integration with Eclipse. I am on my Ubuntu machine. How can I do the integration stuff? How and from where I can download and install tomcat plugin?