The following steps use the example environment outlined above. Because CIM will configure the servers according to your environment, this information is provided merely as a guideline.

Configuring the Agent-Facing Server
Configuring the Customer-Facing Server
  1. Create a JTDataSource.properties file in <ATG10dir>/home/servers/
    svcadmin/localconfig/atg/dynamo/service/jdbc
    . Edit the file to contain:

    $class=atg.nucleus.JNDIReference
    JNDIName=java:/ATGProductionDS

  2. Create a SearchJTDataSource.properties file in /atg/search/service/that points Search to the correct location of your other data sources. Refer to the ATG Search Installation and Configuration Guide for additional information.

  3. If you are using ATG Business Intelligence, create a JTDataSource.properties file in <ATG10dir>/home/servers/svcadmin/localconfig/atg/reporting/datawarehouse. Edit the file to contain:

    $class=atg.nucleus.JNDIReference
    JNDIName=java:/ATGDataWarehouseDS

  4. If you are using ATG Business Intelligence, create a JTDataSource.properties file in the <ATG10dir>/home/servers/svcadmin/localconfig/atg/reporting/
    datawarehouse/loaders
    directory. Edit the file to contain:

    $class=atg.nucleus.JNDIReference
    JNDIName=java:/ATGDatawarehouseDS

  5. Edit the Configuration.properties file in the <ATG10dir>/home/
    servers/svcadmin/localconfig/atg/dynamo 
    directory. Edit the file to contain:

    adminPort=admin_port_number
    siteHttpServerPort=http_server_port_number

Configuring the Management Server