Deployment of war file on Tomcat

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

    you can edit the conf/server.xml and add an entry like this pointing to your war directory

        
    

    ELSE you can copy your .WAR file to the webapps directory of tomcat.

提交回复
热议问题