Task Engine 10.11 | Task Engine Webhelp | webMethods Task Engine User's Guide | Configuring the Task Engine Environment | Configuring Task Engine on Integration Server | Applying Task Engine Optional Settings
 
Applying Task Engine Optional Settings
*To apply a Task Engine optional setting
1. Shut down Integration Server.
2. Open the custom_wrapper.conf file for Integration Server in a text editor.
The custom_wrapper.conf file is located in: Software AG_directory \profiles\IS_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 Integration Server.