Certain scenarios do not require an application server restart:
When deploying rule only hotfixes (Answer A):
Explanation: Rule-only hotfixes update rules in the application without requiring a full server restart, allowing changes to take effect immediately.
[: Pega hotfix installation documentation confirms that rule-only hotfixes do not necessitate a server restart., When deploying new rules (Answer D):, Explanation: New rules can be deployed and become active without needing to restart the application server, enabling dynamic changes., Reference: Pega’s rule deployment process supports making changes on-the-fly without server restarts., When the prlogging.xml file is modified (Answer E):, Explanation: Changes to the logging configuration file (prlogging.xml) typically do not require a server restart to take effect., Reference: Pega documentation on logging configuration indicates that prlogging.xml changes are picked up without a server restart., ]
Submit