The following procedure describes how to configure the maxThreads parameter.
To configure 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
Parent Topic |