Installation guide

18
PegaRULES Process Commander Installation Guide v6.1 SP2
pegatest=pega0123
3. Save and close the file.
4. Create a text file named roles.properties.
5. Enter a property that assigns the PegaAuthUser role to the pegatest user:
pegatest=PegaAuthUser
6. Save and close the file.
Note: By default, the PegaAuthUser role is not required for users accessing
Process Commander. If you want to implement container-managed
authentication, you assign the role to your users using the users.properties
and roles.properties files. For details about how to implement container-
managed authentication of the Process Commander application, see the
manual Authentication in PegaRULES Process Commander available on the
Integration Services page of the Pega Developer Network. See:
http://pdn.pega.com/DevNet/PRPCv5/IntegrationServices/docs/53/pdf/authent
ication53_.pdf
Modify the JBoss JCA service's handling of unclosed connections
1. Open the file $JBOSS_HOME/server/pega/deploy/jbossjca-service.xml in a
text editor.
2. Search for "CachedConnectionManager" and find the "Debug" attribute in
the mbean element:
<attribute name=”Debug”>true</attribute>
3. Change the value of "debug" to "false", so that setting reads:
<!-- Enable connection close debug monitoring -->
<attribute name="Debug">false</attribute>
Configuring Database support on your Application Server
Confirm that the appropriate JDBC driver jar files are installed
Verify that the JDBC drivers required by your database are installed in
$JBOSS_HOME/server/pega/lib.
Microsoft SQL Server
Use the drivers provided by your application server or download the latest drivers from the
Microsoft website.