Applying Task Engine Optional Settings

About this task

To apply a Task Engine optional setting

Procedure

  1. Shut down IBM My webMethods Server.
  2. Open the custom_wrapper.conf file for IBM My webMethods Server in a text editor.
    The custom_wrapper.conf file is located in: IBMwebMethods_directory\profiles\MWS_serverName\configuration
  3. Locate the following section in the file:
    # Java Additional Parameters
  4. After the section header, find an appropriate location in the section and type the option you want to set, using the following format for each individual setting:
    wrapper.java.additional.nnn=-Dtask.inbox.search.threads=25
    where nnn is a unique sequential number, such as between 400 and 499, inclusive. For example:
    wrapper.java.additional.400=-Dtask.inbox.search.threads=25   
    wrapper.java.additional.401=-Dtask.wait.time=6000
  5. Save the file.
  6. Start IBM My webMethods Server.