Federated Server


Added by Jim Marino, last edited by Jim Marino on May 17, 2008  (view change)

Labels

 
(None)

Setup, Extensions, and Startup

This document is being updated for the 0.5-ALPHA3 release

To setup a multi-node domain, download and extract the federated-controller and federated participant distribution archives. To install an extension, copy the extension jar to the extensions directory of the controller and participant distributions. To start the controller, execute the following from the bin directory of the controller distribution:

java -Dfabric3.adminPort=2002 -jar server.jar

To start the participant, execute the following from the bin directory of the participant distribution:

java -jar server.jar

After a brief dely, the controller and participant will discover one another.

Deploying an application

To deploy an application, copy it's archive to the controller's deploy directory. The controller will provision components to the participant node.