Tomcat配置求助!
您好,
我在实现此目标时遇到问题。 我正在使用 XAMPP Tomcat 6.02 和 Netbeans 6.9.1。 我希望这些发生, localhost:8080/myProject/ 到 localhost/
我已将端口 8080 设置为 conf/server.xml 上的端口 80。 我在将 myProject 设为 ROOT 时遇到问题。
这是我遵循的步骤。
- 安装 XAMPP Tomat 6.0
- 使用端口 8080 运行它
- 关闭 Tomcat
- 将 server.xml 上的端口 8080 更改为端口 80
- 清除工作目录的竞争
- 在 Netbeans 6.9.1 上创建 myProject 并将其上下文路径设置为 /ROOT
- 使用 XAMPP 控制面板启动 XAMPP Tomcat
- 已部署Netbeans 6.9.1 上的项目使用 XAMPP Tomcat 作为配置的服务器。
最后,我收到这些错误 “该模块尚未部署。”
我该如何解决这个问题?
谢谢, 西里尔·H.
Greetings,
I am having a problem on making this possible.
I am using XAMPP Tomcat 6.02 and Netbeans 6.9.1.
I want these to happen, localhost:8080/myProject/ to localhost/
I have made the port 8080 to port 80 on the conf/server.xml.
I am having a problem on making myProject to ROOT.
Here the steps I've followed.
- Install XAMPP Tomat 6.0
- Run it using port 8080
- Shutdown Tomcat
- Change port 8080 to port 80 on server.xml
- Cleared the contest of work directory
- Created myProject on Netbeans 6.9.1 and set its context path to /ROOT
- Start XAMPP Tomcat using XAMPP Control Panel
- Deployed the project on Netbeans 6.9.1 using XAMPP Tomcat as configured server.
And the end of the, I'm getting these error
"The module has not been deployed."
How could I resolve this?
Thanks,
Cyril H.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实现此目的的一种方法是将构建的应用程序移至 webapps/foo 下并配置 server.xml:
尽管这是一种静态(固定)方法,并且 NB 重新部署无法开箱即用。
One way to do this is to move your built application under webapps/foo and configure server.xml with:
This is a static (fixed) approach though and NB redeployment will not work out of the box.