简体   繁体   中英

Undeploy a webapp on Tomcat 6

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?

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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