How do you remotely update Java applications?

前端 未结 9 1717
予麋鹿
予麋鹿 2021-01-30 17:30

We\'ve got a Java server application that runs on a number of computers, all connected to the Internet, some behind firewalls. We need to remotely update the JAR files and start

9条回答
  •  孤独总比滥情好
    2021-01-30 18:13

    I'd recommend Capistrano for multi-server deployment. While it is built for deploying Rails apps, I've seen it used successfully to deploy Java applications.

    Link: Capistrano 2.0 Not Just for Rails

提交回复
热议问题