Installation guide

22
PegaRULES Process Commander Installation Guide v6.1 SP2
SQL Server 2005
and 2008: com.microsoft.sqlserver.jdbc.SQLServerDriver
4. In the user-name and password elements, enter the user name and
password for the account you created for your Process Commander
database.
5. In the type-mapping element, enter your database type:
Oracle 10g, 11g: Oracle9i
(Applies to 9i and later. Make sure that you have the latest Oracle 10g
version of ojdbc14.jar)
IBM DB/2 Type 4: DB2
SQL Server 2005
and 2008: sqlserver
6. Save and close the ds.xml file.
Deploying Process Commander
This chapter provides instructions for deploying the four Process Commander
software components to your JBoss application server.
Deploying the PRPC Application Archive
1. Deploy the Process Commander archive file, prweb.war or prpcj2ee14.ear.
Make sure the server is stopped.
2. Create a folder with the name or the archive “prweb” or “prpcj2ee14” in
$JBOSS_HOME\ server\ <your_server_name>\ deploy\
# cd $JBOSS_HOME/server/pega/deploy
# mkdir prpcj2ee14.ear
or
# mkdir prweb.war
3. Copy the archive from the PegaRULES/archives directory in your
Pegasystems software distribution to the directory:
# cp /PegaRULES/archives/prpcj2ee14.ear $JBOSS_HOME/server/pega/deploy/
prpcj2ee14.ear
# cp /PegaRULES/archives/prweb.war $JBOSS_HOME/server/pega/deploy/prweb.war
4. Extract the archive into the folder.
# jar -xvf
prpcj2ee14.ear
or