Increasing Tomcat Threads - trillium_quality - Latest

Trillium Quality for Dynamics Installation and Developer Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Version
Latest
Language
English
Product name
Trillium Quality
Title
Trillium Quality for Dynamics Installation and Developer Guide
Copyright
2024
First publish date
2008
Last updated
2024-10-18
Published on
2024-10-18T15:21:24.697372

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” >