简体   繁体   中英

How to stop / undeploy a specific webapp locally in tomcat 8?

I can undeploy a specific app using command line or browser, but it requires credentials.

I have not set any credentials and also I am using same machine where tomcat webapp deployed (just paste war file to tomcat webapps), So I think it should not requires credentials.

I don't want to undelploy remotely, If we do it then its obvious to ask credentials.

So is there any way to sotp / undeploy a webapp?

I am using windows 7 and Tomcat 8.

Not sure if I understand your question correctly, but why don't you just delete the war file from webapps? The webapp will then be undeployed.

Alternatively, you could use the Tomcat Manager. Tomcat Manager How-To

如果您使用war文件创建了应用程序,请删除war文件。

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