Customizing Configuration Files
If you wish to make customer modifications to various configuration files, create a ‘CM copy’ of the template file or a user exit. This preserves your changes whenever initialSetup is executed; otherwise, your changes to the delivered template files will be lost if it is patched in the future:
For example, to customize hibernate properties of the SPLWeb web application, perform the following:
1. Locate the hibernate.properties.template in the $SPLEBASE/templates directory.
2. Copy the file to cm.hibernate.properties.template.
3. Apply your changes to cm.hibernate.properties.template.
4. Update application war file with the latest changes by executing the following command:
Linux/UNIX
$SPLEBASE/bin/initialSetup.sh
 
Windows
%SPLEBASE%\bin\initialSetup.cmd
 
Refer to the Oracle Utilities Application Framework SDK documentation for more details.