Best practices for deploying Java webapps with minimal downtime?

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

    Hot Deploy a Java EAR to Minimize or Eliminate Downtime of an Application on a Server or How to “hot” deploy war dependency in Jboss using Jboss Tools Eclipse plugin might have some options for you.

    Deploying to a cluster with no downtime is interesting too.

    JavaRebel has hot-code deployement too.

提交回复
热议问题