Best practices for deploying Java webapps with minimal downtime?

前端 未结 18 1840
我在风中等你
我在风中等你 2021-01-29 18:28

When deploying a large Java webapp (>100 MB .war) I\'m currently use the following deployment process:

  • The application .war file is expanded locally on the develop
18条回答
  •  孤城傲影
    2021-01-29 18:52

    I wrote a bash script that takes a few parameters and rsyncs the file between servers. Speeds up rsync transfer a lot for larger archives:

    https://gist.github.com/3985742

提交回复
热议问题