How to install tomcat plugin in Eclipse(如何在 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):
这篇关于如何在 Eclipse 中安装 tomcat 插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Eclipse 中安装 tomcat 插件
基础教程推荐
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- RabbitMQ:消息保持“未确认"; 2022-01-01
