Configuration File Locations
The configuration files for the default transactional snippets are shown in the following table. Note that there are two versions of each snippet: one for the internal user (customer service agent) and one for the external user (customer). In addition, some configuration is shared by both versions. When you create custom snippets, you should follow this same model.
| Transactional Snippet | Module Location | Configuration File Location | 
|---|
| Password Changebase for both applications
 | Service.common.extensions
 | /src/config/atg/registry/TransactionalFragments/
 PasswordChange.properties
 | 
| Password Changefor ATG Workspace
 | Service.Agent.extensions
 | /src/config/atg/registry/TransactionalFragments/
 PasswordChange.properties
 /src/web-apps/extensions/tf/resetPassword.jsp
 | 
| Password Changefor Self Service Web site
 | Service.ATG SelfService.extensions
 | /src/config/atg/registry/TransactionalFragments/
 PasswordChange.properties
 /src/web-apps/extensions/tf/passwordChange.jsp
 | 
| Address Changebase for both applications
 | Service.common.extensions
 | /src/config/atg/registry/TransactionalFragments/
 AddressChange.properties
 | 
| Address Changefor ATG Workspace
 | Service.Agent.extensions
 | /src/web-apps/extensions/tf/addressChange.jsp
 | 
| Address Changefor Self Service Web site
 | Service.ATG SelfService.extensions
 | /src/web-apps/extensions/tf/addressChange.jsp
 |