如何在 Eclipse 中安装 tomcat 插件
我使用 Eclipse 作为我的 Web 项目 SDK,我需要将 tomcat 与 Eclipse 集成.我在我的 Ubuntu 机器上.我该如何做集成的东西?如何以及从何处下载和安装 tomcat 插件?
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?
推荐答案
你必须做几件事:
- 下载并解压 Tomcat
- 使用 Eclipse 内置更新机制安装 WTP 工具或下载 Eclipse Java EE 预打包构建:http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigor
- 在 Eclipse 中配置 Tomcat
以下屏幕截图显示了我的 Eclipse 配置(Ubuntu Natty 11.04、eclipse Helios 3.6、Tomcat 7.0.12):
The following screenshot shows my Eclipse configuration (Ubuntu Natty 11.04, eclipse Helios 3.6, Tomcat 7.0.12):
相关文章