Deployment of war file on Tomcat

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

    Just copy the war file into the $TOMCAT_HOME/webapps/ directory. Tomcat will deploy the war file by automatically exploding it. FYI - If you want you can make updates directly to the exploded directory, which is useful for development.

提交回复
热议问题