tomcat restart webapp from command line
问题 I have a PCI DSS compliant environment which runs several apps and I want to restart only one app without restarting the server. I don't have the manager because apparently it's not allowed in this environment. How do I go about restarting a single web app via command line? 回答1: I know I am late to the party, but a little trick you can do in order to reload the app from the command line is to go to the web.xml of the application and simply touch it. touch web.xml tomcat reloads the