使用eclipse在xampp中配置Apache tomcat
Posted
技术标签:
【中文标题】使用eclipse在xampp中配置Apache tomcat【英文标题】:Configure Apache tomcat in xampp with eclipse 【发布时间】:2013-12-23 12:17:18 【问题描述】:我是 jsp 的新手。正常执行java servlet时,我们使用Apache tomcat。无论如何,我已经安装了Xampp附带的tomcat。我试图用eclipse配置现有的tomcat服务器,但未能从eclipse中得到一个错误,说端口有问题。但是tomcat是唯一的进程正在该端口上运行。
有人知道怎么配置吗?
【问题讨论】:
你能说出你得到的错误是什么吗? wiki.eclipse.org/Tomcat 错误说另一个进程当前正在使用该端口。但是 xampp apache tomcat 是在该端口上运行的唯一进程。当我从 xampp 控制面板停止 tomcat 时,eclipse 没有给出以前的消息,它说服务器是开始了。但是当我输入 localhost:8080/ 并点击进入浏览器时说找不到文件。 【参考方案1】:我也有同样的问题,看来你只需要运行一台服务器,我的意思是从 Apache Tomcat 或 Eclipse Tomcat,所以如果你想使用 Eclipse Tomcat,你必须停止 Apache Tomcat。我希望它有所帮助,虽然也许你得到了答案
【讨论】:
以上是关于使用eclipse在xampp中配置Apache tomcat的主要内容,如果未能解决你的问题,请参考以下文章
Apache tomcat 错误(没有来自 eclipse 或 xampp tomcat)
如何在适用于 Windows 的 XAMPP v3.2.1 上使用 Eclipse 配置 PHP XDebug?