Configuring the maxThreads parameter

The following procedure describes how to configure the maxThreads parameter.

To configure the maxThreads parameter:

  1. In the Control-M for Web Services, Java, and Messaging\conf\ directory, open the ctm.bpi.ifc.ws.properties file, in a text editor.
  2. Locate the following text and edit the value of the maxThreads parameter:

    ####################################################################

    #

    #Define the CONTROL-M Web Services API HTTP server

    #runtime thread properties

    #

    ####################################################################

    ctm.bpi.ifc.ws.server.thread.minThreads=1

    ctm.bpi.ifc.ws.server.thread.maxThreads=255

    ctm.bpi.ifc.ws.server.thread.maxIdleTime=2000

    ctm.bpi.ifc.ws.server.thread.maxReadTime=40000

  3. Save the file.

Parent Topic

Control-M for Web Services API HTTP server threads optimization