Changing node settings by modifying the prconfig.xml file
Although it is a best practice to change system configuration settings by modifying the dynamic system settings, you can also change individual node settings in on-premises environments by modifying system settings in the prconfig.xml file.
- Stop Pega Platform.
- Undeploy Pega Platform.
-
Extract the current
prconfig.xml
file from the WAR file or EAR file. - Edit the file as required.Entries are in the format
<env name="ParameterName" value="ParameterValue" />
, where ParameterName and ParameterValue are set to the appropriate values. - Repackage the WAR file or EAR file.
- Redeploy Pega Platform with the application server facilities.
- Restart the application server to implement the changes to the prconfig.xml file.
Previous topic Setting the outbound port for cluster communication Next topic Downloading and viewing the prconfig.xml file for a specific node