To integrate Rational Asset Manager with Rational ClearQuest, install the Rational ClearQuest client on the same computer as the Rational Asset Manager server. To connect Rational Asset Manager to the correct Rational ClearQuest server location, an administrator must know the Rational ClearQuest web client URL.
The following image outlines the connections to set up Rational ClearQuest.

export TZ=[local_time_zone] (i.e., EST5EDT) export LD_ASSUME_KERNEL=2.4.19 export LD_LIBRARY_PATH=/opt/rational/clearquest/linux_x86/shlib
setenv TZ=[local_time_zone] (i.e., EST5EDT) setenv LD_ASSUME_KERNEL=2.4.19 setenv LD_LIBRARY_PATH=/opt/rational/clearquest/linux_x86/shlib
source cquest-home-dir/cq_setup.csh
. cquest-home-dir/cq_setup.sh
wsadmin -f linkscript.py -lang jython -conntype SOAP -user user name -password password -rInstallPath rational-dir -appName application-name -machine machineName -node nodeName -cell cellName -process process-name -library library-name -forcewhere:
To add the cqJni.jar file to the base classloader in Tomcat, follow one of these methods:
set CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar
;ClearQuest-dir\cqJni.jarwhere ClearQuest-dir is the full path to the Rational ClearQuest installation.