TOMCAT 卸载 war包

1、关闭tomcat:./shutdown.sh 2、删除/webapps/jenkins下所有文件:rm -rf jenkins 3、删除配置文件:rm -rf /root/.jenkins/

人生苦短,我用Python