Customizing container parameters
The document describes how to avoid the overwriting of the customized parameters added in
the container configuration files, such as the datasource.xml file.
It is possible to customize the container configuration by adding parameters, for example, in the
datasource.xml file that is located in the following path:
/opt/wautils/dropins
Restarting a container, the
datasource.xml file is overwritten and the
customized parameters inside it are lost; to avoid that, proceed as follows:- Create another
.xmlfile with a name that is listed in a higher alphabetical order than datasource.xml. - In the new
.xmlfile, add the parameters to be customized together with the corresponding section.
In this way - at the restart of the container - the customized parameters are not overwritten.