Difference between revisions of "Tuning Tomcat"

From AgileApps Support Wiki
imported>Aeric
m (Text replace - 'Category:System Administration' to 'Category:Installation')
 
imported>Aeric
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Tuning Tomcat ===
<includeonly>=== Tuning Tomcat ===</includeonly>
LongJump 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.
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====
====Connector Port Parameters====
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