java -jar apex.war set-properties
Hi all,
Regarding to the parameters configured for the apex listener, I would like to modify the following lines in the default.xml:
jdbc.MaxLimit=50
jdbc.InactivityTimeout=900
And I don't want to modify the file directly, so following the Note Doc ID 1646276.1 , I created the file "modify.properties" including the above lines, and then executed:
java -jar apex.war set-properties modify.properties
This in order to make the changes in the defaults.xml file.
But I can not see a new apex.war regenerated or the default.xml upgraded?
Does anyone modified the parameters like this?
Thanks in advance!,