10

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?

ROMANIA_engineer
  • 51,252
  • 26
  • 196
  • 186
Subhransu Mishra
  • 2,985
  • 10
  • 38
  • 47
  • 4
    I think there is a problem with Google if you haven't found a half-decent site that talks about either Eclipse WTP or Sysdeo. Or you are simply lazy. Obligatory link: [What Eclipse plugin is available for integrating Tomcat 7?](http://stackoverflow.com/questions/3794064/what-eclipse-plugin-is-available-for-integrating-tomcat-7) – Vineet Reynolds Jul 24 '11 at 09:01
  • ##Install Apache Tomcat plugin in eclipse 1. Copy URL https://devtools.his.de/tomcatplugin/updatesite/ -> Open Eclipse -> Goto Help -> Install new Software 2. Paste URL at Work with textbox -> After search results -> Select Tomcat Plugin -> Click on Next button -> Next -> 3. At Review Licenses window -> Select I accept the terms of license agreements -> Finish 4. We can see Installation progress in Progress view (Window -> Show view -> General -> Select Progress -> Click on Open button 5. Once Installation done a new popup will be displayed -> Click on Restart Now button – UdayKiran Pulipati Aug 20 '19 at 06:58

4 Answers4

25
  1. Download the Eclipse Tomcat Plugin from Marketplace
  2. Go to window->Preference.Find Tomcat configuration from the left panel and configure it.
Hendrik Brummermann
  • 8,032
  • 2
  • 30
  • 54
gabiteris
  • 346
  • 1
  • 3
  • 5
12

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

Arjan Tijms
  • 37,353
  • 12
  • 107
  • 135
home
  • 12,348
  • 5
  • 44
  • 54
4

You can download Eclipse for Java EE

Arjan Tijms
  • 37,353
  • 12
  • 107
  • 135
nyanev
  • 10,991
  • 6
  • 44
  • 76
0

This solution worked for me:

  1. Download zip file of the Tomcat Plugin from https://sourceforge.net/projects/tomcatplugin/
  2. Install the .zip file from Eclipse. You could use the guide: 1.makesure your .zip file is an valid Eclipse Plugin found in another question.
rene
  • 39,748
  • 78
  • 111
  • 142
maskier
  • 1
  • 1