Enabling the Adapter for CrossWorlds

After you have configured the adapter you must enable it in order to use it in your site. The following steps outline how to enable the adapter for all instances, or for a specific instance.

To enable the adapter for all instances, do the following:

AIX From a command shell, run the following:

CMRedeploy.sh -updateInstanceXML /WC_userdir/xml/
AddCWTransport.xml

Sun Solaris Operating Environment  From a command shell, run the following:

CMRedeploy.sh -updateInstanceXML /WC_installdir/xml/
AddCWTransport.xml
 Windows From a command prompt, run the following:
CMRedeploy.bat -updateInstanceXML WC_installdir\xml\AddCWTransport.xmlTo enable the adapter for a specific instance, do the following:

AIX From a command shell, run the following:

CMRedeploy.sh -updateInstanceXML /WC_userdir/xml/
AddCWTransport.xml -instanceName instance name

Sun Solaris Operating Environment From a command shell, run the following:

CMRedeploy.sh -updateInstanceXML /WC_installdir/xml/
AddCWTransport.xml -instanceName instance name

Windows From a command prompt, run the following:

CMRedeploy.bat -updateInstanceXML WC_installdir\xml\AddCWTransport.xml -instanceName instance name

Notes: