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?
我使用Eclipse作为web项目的SDK,我需要tomcat与Eclipse集成。我在我的Ubuntu机器上。如何做积分呢?如何以及从何处下载和安装tomcat插件?
4 个解决方案
#1
10
you have to do several things:
你必须做几件事:
- download and extract Tomcat
- 下载并提取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
- 使用Eclipse内置的更新机制安装WTP工具,或者下载Eclipse Java EE预打包构建:http://www.eclipse.org/downloads/packages/eclipse-ide-java- developers/or
- Configure Tomcat in Eclipse
- 配置Tomcat在Eclipse中
The following screenshot shows my Eclipse configuration (Ubuntu Natty 11.04, eclipse Helios 3.6, Tomcat 7.0.12):
下面的截图显示了我的Eclipse配置(Ubuntu Natty 11.04, Eclipse Helios 3.6, Tomcat 7.0.12):
#2
18
- Download the Eclipse Tomcat Plugin from Marketplace
- 从市场下载Eclipse Tomcat插件。
- Go to
window->Preference
.Find Tomcat configuration from the left panel and configure it. - 去窗口- >首选项。从左侧面板找到Tomcat配置并对其进行配置。
#3
4
You can download Eclipse for Java EE
您可以为Java EE下载Eclipse
#4
0
This solution worked for me:
这个解决方案对我起了作用:
- Download zip file of the Tomcat Plugin from https://sourceforge.net/projects/tomcatplugin/
- 从https://sourceforge.net/projects/tomcatplugin/下载Tomcat插件的zip文件
- 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.
- 从Eclipse安装.zip文件。你可以使用指南:1。确保.zip文件是另一个问题中找到的有效的Eclipse插件。
#1
10
you have to do several things:
你必须做几件事:
- download and extract Tomcat
- 下载并提取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
- 使用Eclipse内置的更新机制安装WTP工具,或者下载Eclipse Java EE预打包构建:http://www.eclipse.org/downloads/packages/eclipse-ide-java- developers/or
- Configure Tomcat in Eclipse
- 配置Tomcat在Eclipse中
The following screenshot shows my Eclipse configuration (Ubuntu Natty 11.04, eclipse Helios 3.6, Tomcat 7.0.12):
下面的截图显示了我的Eclipse配置(Ubuntu Natty 11.04, Eclipse Helios 3.6, Tomcat 7.0.12):
#2
18
- Download the Eclipse Tomcat Plugin from Marketplace
- 从市场下载Eclipse Tomcat插件。
- Go to
window->Preference
.Find Tomcat configuration from the left panel and configure it. - 去窗口- >首选项。从左侧面板找到Tomcat配置并对其进行配置。
#3
4
You can download Eclipse for Java EE
您可以为Java EE下载Eclipse
#4
0
This solution worked for me:
这个解决方案对我起了作用:
- Download zip file of the Tomcat Plugin from https://sourceforge.net/projects/tomcatplugin/
- 从https://sourceforge.net/projects/tomcatplugin/下载Tomcat插件的zip文件
- 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.
- 从Eclipse安装.zip文件。你可以使用指南:1。确保.zip文件是另一个问题中找到的有效的Eclipse插件。