This is a readme for making the ClearCase/ClearQuest integration available over the web using ClearWeb 6.0.

This directory that this README file was distributed with also contained 
one Perm Module (IOClearPrompt.pl).  

If you have not changed the IBM/Rational Distributed versions of these files 
located in:

	 $ATRIA_HOME/lib/perl5/CQCCTrigger/CQCC 

then just replace that with the version included here.  If it has been patched 
or changed manually then then you might want to make the ABS changes manually to
changes manually  to your file.  ALL of the ABS changes
to the file are bracked with "ABS BLOCK CHANGE - START" and "ABS BLOCK CHANGE - END" 
with the ABS change "active" and the code that it replaced commented out like in 
the example below:

       ############################
       # ABS BLOCK CHANGE - START #
       ############################
       $self->{CLEARPROMPT} = "clearweb_dialog.exe";
#      $self->{CLEARPROMPT} = "clearprompt.exe";
       ##########################
       # ABS BLOCK CHANGE - END #
       ##########################

You must set the environmental variable CQCC_LAUNCH_CCPERL=1 for the web-server process
running clearcase web.  (Refer to the section "setting enviromental variables" in the 
ClearWeb manual).

You must implement the changes that are highlighted in the config.pl file in the 
distribution. ALL of the ABS changes are bracketed with 
"ABS BLOCK CHANGE - START" and "ABS BLOCK CHANGE - END" with the ABS change "active" 
and the code that it replaced commented out like in the example below:

    ############################
    # ABS BLOCK CHANGE - START #
    ############################
    &SetConfigParm("CQCC_GUI_ENABLE", "OFF");
#   &SetConfigParm("CQCC_GUI_ENABLE", "ON");
    ##########################
    # ABS BLOCK CHANGE - END #
    ##########################


There is also a perl program "enable_cqcw.pl" that is useful for adding the required
clearweb_out.exe executable to existing ClearCase/ClearQuest integrated VOBs.  It works
with Perl, ccperl.exe or cqperl.exe.

The "enable_cqcw.pl" script might require minimal site-specific modification .  Refer to 
it's internal header.