在 Tomcat 6 上取消部署 Web 应用程序

发布于 2024-12-15 06:44:55 字数 214 浏览 0 评论 0原文

当我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

情愿 2024-12-22 06:44:55

所以我尝试直接从文件系统中删除它。但是重新加载tomcat后,web应用程序再次出现。

如果您同时拥有 .war 和解压目录,请确保将两者都删除。

So I tried to delete it directly from the filesystem. But after reloading tomcat the webapplication appears again.

If you had both the .war and the unpacked directory, make sure that you delete both.

爱格式化 2024-12-22 06:44:55

尝试从 @TOMCAT_HOME/work/Catalina 目录中删除应用程序文件夹。

Try to remove the application folder from the @TOMCAT_HOME/work/Catalina directory.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文