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.
Follow these steps to define the default schemas:
- 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.
Previous topic Reconfiguring the application server Next topic Redhat JBoss EAP: Defining default schemas