Starting the standalone deployment engine

The standalone deployment engine is implemented as a set of Java libraries and is multi-platform.
Bourne shell scripts are provided for UNIX and Windows batch files are provided for Windows.
When deploying to a deployment engine running on a multi-NIC system, it may be necessary to bind the RMI registry to a particular IP address. To do this, add the following to the Java command in deploy_start.sh or deploy_start.bat:
-Djava.rmi.server.hostname=x.x.x.x

Where x.x.x.x is the IP address assigned to the NIC to which you want to bind.

Did this topic help you?

Click here to provide feedback.