How Apache Ant deploys .war file to Tomcat

前端 未结 4 1955
遇见更好的自我
遇见更好的自我 2021-01-05 09:08

I\'m using Apache Ant 1.8 to deploy a web application into a local Tomcat server, and the build.xml file (below) produces the desired effect when I run \'ant deploy\' at the

4条回答
  •  庸人自扰
    2021-01-05 10:03

    I've had very good luck with Tomcat's Ant tasks for deployment. Have a look at the Executing Manager Commands With Ant documentation for information. If you decide to go that route, you should be able to get it working in short order.

提交回复
热议问题