啟用 CrossWorlds 配接器

在您配置配接器後,您必須啟用,才能在網站中使用。下列步驟說明如何針對所有實例或針對某個特定實例,啟用配接器。

如果要針對所有實例啟用配接器,請執行下列步驟:

AIX 從指令 Shell,執行下列指令:

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

Sun Solaris 作業環境  從指令 Shell,執行下列指令:

CMRedeploy.sh -updateInstanceXML /WC_installdir/xml/
AddCWTransport.xml
 Windows 從指令提示,執行下列指令:
CMRedeploy.bat -updateInstanceXML WC_installdir\xml\AddCWTransport.xml
如果要針對某個特定實例啟用配接器,請執行下列步驟:

AIX 從指令 Shell,執行下列指令:

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

Sun Solaris 作業環境 從指令 Shell,執行下列指令:

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

Windows 從指令提示,執行下列指令:

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

附註: