xampp和net beans可以一起为tomcat工作吗
Posted
技术标签:
【中文标题】xampp和net beans可以一起为tomcat工作吗【英文标题】:can xampp and net beans can work together for tomcat 【发布时间】:2014-08-29 09:33:51 【问题描述】:我已经在我的系统上安装了 xampp,现在我想在我的系统中安装 netbeans 7.4 以使用来自 xampp 的 tomcat 服务
我想在 netbeans 中完成其余的编码工作。这可能吗?如果是那怎么办?
【问题讨论】:
【参考方案1】:您应该下载安装程序中包含 Apache Tomcat 的 netbeans(例如完整版 210MB),然后选择在 netbeans 安装程序中安装 tomcat。
打开netbeans项目,将项目的web容器改成tomcat,保存并运行你的项目。
如果您在 netbeans 中找不到 tomcat,请确保您使用 netbeans 安装程序安装了 tomcat 如果您无法在 netbeans 中启动 tomcat,请确保您的 tomcat 未在 xampp 中启动。
【讨论】:
以上是关于xampp和net beans可以一起为tomcat工作吗的主要内容,如果未能解决你的问题,请参考以下文章
我可以在同一台服务器上与 tomcat 一起运行 Xampp
将 SimplePie 与 CodeIgniter 和 XAMPP 一起使用