Pega 8.3. Unable to include pages in when rule definition
In order to save time creating a fresh install of pega and then installing rules-set, simply create a file dump and restore the dump in the target database here is how,
login into source db and execute commands and extract data
login into target db and install pljava in pega db
extract data into target db
If using tomcat copy jdbc driver to <tomcat-install>/lib
Configure context.xml
Configure setenv.sh
JAVA_OPTS="$JAVA_OPTS -Xms4096m -Xmx10240m -DNodeType=Universal -Djava.security.egd=file:/dev/./urandom"