Deployment of war file on Tomcat

后端 未结 6 1310
野趣味
野趣味 2021-01-31 20:05

Is there a way to deploy a given war file on Tomcat server? I want to do this without using the web interface.

6条回答
  •  感动是毒
    2021-01-31 20:48

    The Tomcat Client Deployer Package looks to be what you need to deploy to a remote server from the command line. From the page:

    This is a package which can be used to validate, compile, compress to .WAR, and deploy web applications to production or development Tomcat servers. It should be noted that this feature uses the Tomcat Manager and as such the target Tomcat server should be running.

提交回复
热议问题