Configuring web service parameters

By default, five clients can use the web services concurrently. You can alter this value.

About this task

You can set the number of clients that can use the web services concurrently. If additional users attempt to use the web services, the requests are placed in a queue and started after previous requests complete. All queued requests are executed in the order they have been started.
Note: The task applies to IBM® Rational® Publishing Engine version 1.1.1.1 and later.

Procedure

  1. Open the rpeconfig.xml file from the following location, %RPE_HOME%\config\
  2. Modify the default value="5" of the maxConcurrentProcesses to the updated value.
  3. Save and close the file.

Example entry in the rpeconfig.xml file

The following example shows the rpeconfig.xml file with the default value of 5:

<feature tag="Web Service">

<feature tag="Concurrent Config">

<property name="maxConcurrentProcesses" value="5"/>

</feature>

</feature>


Feedback