Switching Revision Processing On
To switch the revision processing on, ensure that:
All of the JAR files of the
redist folder are included in the CLASSPATH variable.
The location of the
redist folder is included in the PATH variable. This is because the
redist folder contains libraries required by the Java classes.
The redist folder is located directly under the CentraSite installation directory.
Currently, revision processing is switched on using a Java command at the command line.
To switch the revision processing on
Run the command java com.centrasite.registry.revision.admin.RevisionAdministrator -enable -user user -password password. The user you specify must belong to the CentraSite Administrator role.
The Java program now runs to completion and the revision processing is switched on.
If you want to run the Java program to access a CentraSite registry running on a remote host, you can add the option -h <host> to the Java command, where <host> is the URL of the remote CentraSite host.