Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The directory provisioner is a standalone Java application that needs to be executed on one of the boxes.  On ec2-54-244-223-148.us-west-2.compute.amazonaws.com, the directory provisioner can be found in:  /opt/dbstore/cpr/apps/directory_provisioner  *The  The configuration for the provisioner can be found in the cpr.properties file.  The  *The important things to configure are the LDAP server and the credentials used to allow add/update of entries.  I typically start the directory provisioner by executing, *nohup :

Code Block

nohup ./run_dp.sh &

...


CPR Core and UI

The CPR Core and UI are contained in two .war files, cprws.war and IdentityProvisioning.war.  Both files must be copied to $JETTY_HOME/webapps.