简体   繁体   English

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

[英]Undeploy a webapp on Tomcat 6

When I click on undeploy in the Tomcat manager it sometimes does not remove the webapp. 当我在Tomcat管理器中单击取消部署时,它有时不会删除webapp。 It says 它说

OK - Undeployed application at context path /myApp OK - 在上下文路径/ 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. 但重新加载Tomcat后,Web应用程序再次出现。

Does anyone know how to handle this issue? 有谁知道如何处理这个问题?

So I tried to delete it directly from the filesystem. 所以我试图直接从文件系统中删除它。 But after reloading tomcat the webapplication appears again. 但是在重新加载tomcat之后,webapplication再次出现。

If you had both the .war and the unpacked directory, make sure that you delete both. 如果您同时拥有.war和解压缩目录,请确保同时删除它们。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM