简体   繁体   中英

How to deploy artifacts from Azure devops to Apache Tomcat?

我正在设置 CI CD 作业并将工件从 Azure Devops [VSTS] 发布/部署到 Apache Tomcat,这是最好的方法吗?

How to deploy artifacts from Azure devops to Apache Tomcat?

You could use the extension Apache Tomcat Deployment to deploy WAR to Tomcat server.

  1. Build pipeline that creates artifacts with the .war file.
  2. Install the extension Apache Tomcat Deployment.
  3. Deploy applications to a Tomcat server using the Deploy to Apache Tomcat task.

Reference below articles to do that:

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM