As an alternative to using the ACC or Configuration Manager, you can always edit properties files manually. A few configuration properties can only be configured manually, and are not accessible through the ACC or Configuration Manager.

Note, however, that when configuring properties manually, no errors are generated if you specify a property name incorrectly. The component may generate an error if it cannot find the value; in this case, check your properties file for typos.

To manually edit a properties file, do the following:

For example, to change the port number of Oracle ATG Web Commerce’s RMI server to 8862 manually, open your <ATG10dir>/home/localconfig/atg/dynamo/Configuration.properties file and add (or modify) the following line:

rmiPort=8862

When specifying values for a property, you can add a manual line break using the backslash (\) line continuation character:

myList=valueOne,\
       valueTwo,\
       valueThree

This can help with readability when configuring lists of values.

Save the Configuration.properties file and restart the application. Because you made the change in the localconfig directory, the new port number will override the original value (still stored in the config/atg/dynamo/Configuration.properties file) and will be preserved when you install a new Oracle ATG Web Commerce platform distribution.

For additional information about defining and managing properties files, see the Nucleus: Organizing JavaBean Components chapter of the ATG Platform Programming Guide.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices