How to install tomcat plugin in Eclipse
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 downl开发者_运维问答oad and install tomcat plugin?
- Download the Eclipse Tomcat Plugin from Marketplace
- Go to
window->Preference
.Find Tomcat configuration from the left panel and configure it.
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):
You can download Eclipse for Java EE
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.
精彩评论