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?
Asked
Active
Viewed 8.1k times
10
-
4I 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 Answers
25
- Download the Eclipse Tomcat Plugin from Marketplace
- Go to
window->Preference
.Find Tomcat configuration from the left panel and configure it.

Hendrik Brummermann
- 8,242
- 3
- 31
- 55

gabiteris
- 346
- 1
- 3
- 5
12
you have to do several things:
- download and extract Tomcat
- 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
- Configure Tomcat in Eclipse
The following screenshot shows my Eclipse configuration (Ubuntu Natty 11.04, eclipse Helios 3.6, Tomcat 7.0.12):

Arjan Tijms
- 37,782
- 12
- 108
- 140

home
- 12,468
- 5
- 46
- 54
0
This solution worked for me:
- Download zip file of the Tomcat Plugin from https://sourceforge.net/projects/tomcatplugin/
- 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.