Best practices for deploying Java webapps with minimal downtime?

前端 未结 18 2042
我在风中等你
我在风中等你 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 19:04

    This is dependant on your application architecture.

    One of my applications sits behind a load-balancing proxy, where I perform a staggered deployment - effectively eradicating downtime.

提交回复
热议问题