Automate Java software installation on multiple Windows machines

I am working with a Java project that needs to be deployed on multiple Windows servers. I am trying to decide how to automate this correctly. My first choice would be to switch to the cygwin / ssh route and use a deployment infrastructure such as fabric to automate everything.

Can someone provide other methods that can be used to achieve the same goal, and the reasons why this would be the preferred solution?

+5
source share
1 answer

You can try to create an MSI package and deploy it using Group Policy .

, :  Maven

0

All Articles