Deployment of war file on Tomcat

后端 未结 6 1087
野趣味
野趣味 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:52

    We never use the web interface, don't like it. The wars are dropped in the webapps and server.xml edited as necessary. You need to bounce it if you edit the server.xml, but the war file should be picked up automagically. We generally delete the directory expanded from the war first so there is no confusion from where the components came.

提交回复
热议问题