Tomcat 热部署不工作
我在 Tomcat 6 服务器上热部署新的 WAR 时遇到问题。
当我添加新的 WAR 时,我可以看到 Tomcat 正在尝试部署它。但是,我认为问题在于取消部署旧的 war - 展开的 war 文件夹的内容全部被删除 - 除了 WEB-INF 文件夹。
如果我停止服务器,删除 WEB-INF 文件夹,然后重新启动,我的战争就会正确部署。
谁能建议这里可能发生的事情吗?
谢谢。
I'm having an issue hot deploying a new WAR on my Tomcat 6 server.
When I add in my new WAR I can see that Tomcat is attempting to deploy it. However, I believe the problem lies in undeploying the old war - the exploded war folder's contents are all deleted - except the WEB-INF folder.
If I stop the server, delete the WEB-INF folder and then start again, my war is deployed correctly.
Can anyone suggest anything which may be happening here?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到解决办法,问题出在Tomcat运行时Windows锁定文件夹。要删除此锁定,只需在 Catalina Home 中编辑 context.xml,更改
为:
Found the solution, the problem lies in the fact that Windows locks the folder when Tomcat is running. To remove this locking, just edit context.xml in the Catalina Home, change
to: