Reputation: 15475
I wrote some java server side processing apps that have been running on a couple servers but will be expanded to 20 servers. Right now I'm just using ant scripts to deploy my jar to servers via rsync and then using screen to start the jobs.
This requires me to ssh in and restart the jobs each time I deploy new code, once I go to 20 servers this will become unmanageable.
I'm pretty new to java, is there a standard way of deploying across servers along with restarting jobs afterwards? Ideally I'm looking for a free and easy solution.
thanks
Upvotes: 4
Views: 874
Reputation: 8552
Maybe it's an option to enter into system administration domain and evaluate remote configuration management tools like Chef or Puppet for the task.
Not sure if it fulfills the 'easy' condition, though.
Upvotes: 1
Reputation: 5911
Twitter uses bittorrent and murder
Going with what works well for others seems to be a really good start! Read about murder here
Upvotes: 1