Run the makeDynamoServer script with the following syntax:

makeDynamoServer.bat new_server_name rmi_port_number drp_port_number

This script creates a new <ATG9dir>/home/servers/new_server_name directory with the following subdirectories and properties files:

It sets the name property in the localconfig/CONFIG.properties file. For example:

name=Server myServer

It also sets the rmiPort, rmiEnabled, and drpPort properties in the localconfig/atg/dynamo/Configuration.properties file. For example:

rmiEnabled=true
rmiPort=9001
drpPort=9002

The DRP port value uniquely identifies the instance; the port itself is not used for communication.

 
loading table of contents...