Difference between revisions of "Tuning Tomcat"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
 
Line 14: Line 14:
====Learn More====
====Learn More====
:* http://people.apache.org/~fhanik/http.html
:* http://people.apache.org/~fhanik/http.html
<noinclude>


[[Category:Installation]]
[[Category:Installation]]
</noinclude>

Latest revision as of 21:35, 2 October 2013

The platform is a web application that runs in an Apache Tomcat container. The parameters listed in this section can be modified to optimize Tomcat's performance.

Connector Port Parameters

Thread Allocation
maxThreads, minSpareThreads, maxSpareThreads, maxkeepAliveRequests
Timeouts
connectionTimeOut, keepAliveTimeOut, connetionLinger

Connection Pooling Parameters

initialSize, maxActive, maxIdle, maxWait, removeAbandoned, removeAbandonedTimeout

Learn More