Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

For production environment, you need to tune Tomcat configuration to improve the performance of Adeptia Connect. Change the following parameters to the suggested values in the Tomcat server.xml file, located at …/<TomcatInstallFolder>/Tomcat 9.0/conf.

Name

Description

Suggested Value

Tomcat Tuning

 

 

 

maxThreads

The maximum number of request processing threads to be created by this Connector, which therefore determines the maximum number of simultaneous requests that can be handled.

5000

connectionTimeout

The number of milliseconds this Connector will wait, after accepting a connection, for the request URI line to be presented.

20000

maxConnections

The maximum number of connections that the server will accept and process at any given time.

10000

GZip Compression

 

 

 

Server

Overrides the Server header for the http response.

CUNA

compression

The Connector may use HTTP/1.1 GZIP compression in an attempt to save server bandwidth.

ON

noCompressionUserAgents

The User Agents for which compressions is not to be used. Some older browsers do not support compression.

gozilla, traviata

compressableMimeType

The value is a comma separated list of MIME types for which HTTP compression may be used.

text/html,text/xml,text/ css,application/ javascript,application/ json

useSendfile

(bool) To enable or disable sendfile capability. The default value is TRUE. Note that the use of sendfile will disable any compression that Tomcat may otherwise have performed on the response.

false


  • No labels