Quoted from " https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14001599� "
Assume you have two machines: machin A and machine B. To do deployment from A to B. You can follow these steps: 1. On machine B, open var/config/config-substitutions.properties and modify as follows RemoteDeployHostname=<machine B's IP> 2. If the machine B is linux, check if /etc/hosts includes entries like follows: 127.0.0.1 localhost localhost.localdomain <machine B's IP> <machine B's hostname> 3. start wasce default server instance on machine B 4. On machine A, execute your remote deployment command like follows: deploy.sh|bat -u system -p manager --host <machine B's IP> deploy <pathtoapp> Forrest
