Installation guide
55
Notes:
If you wish to use configuration files, you must create both files and set
the corresponding properties. If either of the properties is not set, the
script will generate both configuration files.
You must always set the "pega.jdbc.driver.jar” property in
setupDatabase.properties. Neither prconfig.xml or
prbootstrap.properties contains the location of the DB driver file.
– bypass.load.engine.classes
If set to any value, the Rules Engine classes are not loaded into the
database. Use this property if you want to load rules without changing
the engine classes.
– bypass.load.rules
If set, the rules are not loaded into the database. Use this property if you
want to load the engine classes without changing the rules.
Other Environment Properties
Ant Property
Default value
Notes
jvm.arg.mem.max -Xmx1024m Maximum memory allocated to Java tools
which are run by this script.
pega.install.root ${basedir} Path to the scripts directory of the
distribution image
pega.archives ${pega.install.root}/../archives/ Path to the PRPC application archives in the
distribution image, like prweb.war.
pega.rules ${pega.install.root}/../rules/ Path to the PARs (Pega archives) which will
be loaded
pega.schemas ${pega.install.root}/../schema/ Path to a directory named “DDL”, containing
vendor specific content to be loaded. Each
vendor directory must contain a “statements”
subdirectory.