在 Tomcat 6 上取消部署 Web 应用程序
当我在 Tomcat 管理器中单击“取消部署”时,它有时不会删除 Web 应用程序。它说
确定 - 在上下文路径 /myApp 处取消部署的应用程序
但该应用程序仍然列出。
所以我尝试直接从文件系统中删除它。但重新加载 Tomcat 后,Web 应用程序再次出现。
有谁知道如何处理这个问题?
When I click on undeploy in the Tomcat manager it sometimes does not remove the webapp. It says
OK - Undeployed application at context path /myApp
but the application is still listed up.
So I tried to delete it directly from the filesystem. But after reloading Tomcat the web application appears again.
Does anyone know how to handle this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您同时拥有 .war 和解压目录,请确保将两者都删除。
If you had both the .war and the unpacked directory, make sure that you delete both.
尝试从 @TOMCAT_HOME/work/Catalina 目录中删除应用程序文件夹。
Try to remove the application folder from the @TOMCAT_HOME/work/Catalina directory.