deployment - Best way to deploy a Java application on a cluster of servers? -


I have a cluster of 32 servers and I need a tool to distribute a Java service, each For the machine packed as a jar file and start the remote service, the Linux (SUS10) servers in the cluster are with 8 cores of the blade. The app is a data grid that uses Oracle cores What is the best tool to do this?

, and it seems that the Java Parallel Processing Framework might be what you want:

From the web page:

JPPF is an open source grid computing platform written in Java that makes it easy to run in parallel applications, and magnitude Speed ​​up your execution by order. Write once, deploy once, execute everywhere!


Comments