Previous Topic: Save Configuration ChangesNext Topic: Prepare your Java Web Application Server


Manual Connect Pool Configuration

To address many Web Service connections, CA OM Web Services has a larger connection pool setup in the Web Services configuration file, OmWebService.cfg.

In the configuration file, a larger number must be set for omWebService.MaxConnections and a GROW action must be used for omWebService.MaxAction. You must manually modify this file, to make the required changes.

Follow these steps:

  1. Locate the backup copy of OmWebService.cfg.

    The default location is <product install location>/OM_WS_Config_Backup/OmWebService.cfg

  2. Open the file with a text editor.
  3. Edit omWebService.MaxConnections or omWebService.MaxAction properties.
  4. Save Files.
  5. Run Configure Tool in Non-Interactive Update mode.
    java -jar <product install location>/utilites/lib/ConfigToolLauncher.jar "CA Output Management Web Services"  "<product install location>\deployables\caomws20.war" "ConfigTool.properties" UPDATEWS "<product install location>\OM_WS_Config_Backup\" 2> updateError.log
    

    Note: A success or failure message appears similar to running the configuration tool in interactive mode.

  6. Redeploy your WAR or EAR file to put the configuration changes on your server.