By default, when you modify a component’s properties using the ATG Control Center, the updated properties file is stored in <ATG2007.3dir>/home/localconfig, or in a server-specific layer if the component already has a configuration in that layer (for example, if you are running an application that does not use the default Dynamo server, and you modify a component using the ACC, the updated properties file is stored in the localconfig directory for the Dynamo server used by that application).

Changing a Component in a Non-default Configuration Layer

To change a component in a non-default configuration layer, do the following:

You cannot change properties in the Dynamo Base configuration layer using the Component Editor.

Changing the Default Configuration Layer

You might want to change the default configuration directory if you have multiple servers running different applications. For example, you might have one server running a customer service application and another running an online store.

You can set any unlocked configuration layer as the default. To view a list of locked layers, select Set Update Layer from the Tools menu in the ATG Control Center. Locked configuration layers, such as Dynamo Base, are marked with a padlock icon. For more information about locking configuration layers, see Locking Configuration Layers in the next section.

Note: After changing the default configuration layer, you can still select a different configuration layer when you open a component. Any components you create, duplicate, or paste will be placed in the default configuration layer.

When you specify a new default configuration layer, the change can be either persistent or temporary. A persistent change affects the server and all client machines, while a temporary change affects the client on which the change is applied. If you make a temporary change on a client machine, the setting remains in effect until you shut down the client machine.

To make a temporary change to the default configuration layer, do the following:

  1. In the ATG Control Center, select Set Update Layer from the Tools menu.

  2. When the Set a Default Configuration Layer dialog opens, select the configuration layer that you want to open by default.

To make a persistent change to the default configuration layer, you must enable the defaultForUpdates property for the layer that will be the default, as follows:

  1. Open the <ATG2007.3dir>/home/localconfig/CONFIG.properties file and set the defaultForUpdates property to false.

  2. In your desired default configuration directory, set the defaultForUpdates property in the CONFIG.properties file to true.

    For example, to set <ATG2007.3dir>/home/servers/moogus as your default configuration directory, set the defaultForUpdates property of <ATG2007.3dir>/home/localconfig/CONFIG.properties to false and set the defaultForUpdates property of <ATG2007.3dir>/home/servers/moogus/CONFIG.properties to true.

 
loading table of contents...