Increasing Tomcat Threads - trillium_quality - 17.2

Trillium TS Web Services Developer Guide

Product type
Software
Product family
Trillium
Product
Trillium > Trillium Quality
Version
17.2
Language
English
Product name
Trillium Quality
Title
Trillium TS Web Services Developer Guide
Topic type
Administration
Configuration
Overview
Installation
Reference
How Do I
First publish date
2008
Last edition
2024-02-07
Last publish date
2024-02-07T07:49:45.774952

By default, the Tomcat server uses 10 threads. It can be useful to increase the number of threads.

To set the maximum number of threads, change the maxThreads setting in the server.xml file, located in the Tomcat directory’s /conf folder. For a four CPU machine set maxThreads to 100; for an eight CPU machine set maxThreads to 200. For example:

<Connector port="8484" redirectPort="8443" 
connectionTimeout="20000" protocol="HTTP/1.1>"/ 
maxThreads=”100” >

After changing the server.xml file, you must restart the Tomcat server.