Configuring the startup file

Before you start the adapter for FRONT ARENA, you must configure the startup file. Make sure that you modify the start_connector script to point to the location of the client libraries. Do not install multiple versions of the client libraries or versions that are not up to date with your WebSphere MQ server.

Windows

To complete the configuration of the adapter for Windows platforms, you must modify the startup file (either start_WebSphereMQ.bat or start_WebSphereCommerce.bat,whichever is provided with your adapter):

  1. Open the start_WebSphereCommerceAdapter.bat file.
  2. Scroll to the section beginning with "Set the directory containing your WebSphere MQ Java client libraries," and specify the location of your WebSphere MQ Java client libraries.
  3. 2. Scroll to the parameter JCLASSES and add the following to the end of the line:
    ;"%CROSSWORLDS%"\DataHandlers\bia_FrontArenaDataHandler.jar
    

UNIX

To complete the configuration of the adapter for UNIX platforms, you must modify the startup file (either start_WebSphereCommerceAdapter.sh or start_WebSphereCommerce.sh,whichever is provided with your adapter):

  1. Open the start_WebSphereCommerceAdapter.sh file.
  2. Scroll to the section beginning with "Set the directory containing your WebSphere MQ Java client libraries," and specify the location of your WebSphere MQ Java client libraries.
  3. Scroll to the parameter CLASSPATH and add the following to the end of the line:
    :${CROSSWORLDS}/DataHandlers/bia_FrontArenaDataHandler.jar
    

Copyright IBM Corp. 1997, 2004