Customizing Configuration Files
To make customer modifications to various configuration files, create a ‘CM copy’ of the template file or user exit instead. This preserves the changes whenever initialSetup is executed; else, the changes to the delivered template files will be lost if it is patched in the future.
Below is a sample procedure to customize Hibernate properties of the SPLWeb web application:
1. Locate the hibernate.properties.template in the $SPLEBASE/templates directory.
2. Copy the file to cm.hibernate.properties.template.
3. Apply the changes to cm.hibernate.properties.template.
4. Update the application war file with the latest changes:
Unix:
$SPLEBASE/bin/initialSetup.sh
 
Windows:
%SPLEBASE%\bin\initialSetup.cmd
 
Refer to the Oracle Utilities Application Framework SDK documentation for more details.