Automated Deployment solution for multiple Java web-apps

前端 未结 9 811
时光说笑
时光说笑 2020-12-23 12:02

I\'m looking for solutions, preferably open source, that can manage deployments of multiple interdependent java web-applications.

The solution requires an ab

9条回答
  •  温柔的废话
    2020-12-23 12:34

    Looks like Apache Ace will solve your problem with some other tool like Aries. ACE keeps track of dependencies. You can collate your feature and form a distribution. You can then select targets on which distribution needs to be deployed. It provides RESTful API also.

    Apache ACE

    Apache ACE is a software distribution framework that allows you to centrally manage and distribute software components, configuration data and other artifacts to target systems. It is built using OSGi and can be deployed in different topologies. The target systems are usually also OSGi based, but don't have to be.

    http://ace.apache.org/

提交回复
热议问题