문제

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top