Reconfiguring the application server
If you performed an out-of-place patch, you must reconfigure the application server to use the new rules schema. The process is different for each application server.
- Open
context.xml
. - In the <context> element, update the following line to set the new default rules.
Replace RULES with your new rules schema name.
<Environment name="prconfig/database/databases/PegaRULES/defaultSchema" value="RULES" type="java.lang.String" />
- Save the file.
- Apache Tomcat: Defining default schemas after out-of-place patches
If you patched your system out-of-place, redefine your default schema names. Define the default schemas in the context.xml file.
- Redhat JBoss EAP: Defining default schemas
Define the default schemas in the configuration file that you use to configure your application server. The specific configuration file name depends on your environment.
- IBM WebSphere and Liberty: Defining default schemas after out-of-place patches
If you patched your system out-of-place, redefine your default schema names. Create binding identifiers to define the default values for the rules schema and the data schema.
- Redeploying the Pega Platform file
Previous topic Post-patch tasks Next topic Apache Tomcat: Defining default schemas after out-of-place patches