Recommended Tomcat Settings for APTS

If you are using an existing Tomcat web server for use with Atlas Planning and Tracking Suite, we recommend that you make the following additions/changes:

  1. Under <TOMCAT HOME>/conf/conext.xml, add:
    <Resources cachingAllowed="true" cacheMaxSize="100000"/>
  2. Under <TOMCAT HOME>/conf/server.xml, in the Connector you are using, for example, Connector for port 80, add the following settings:
    URIEncoding="UTF-8"
    useSendFile="false"
    compression="on"
    compressionMinSize="2048"
    compressableMimeType="text/html,text/xml,text/plain,text/css,text/javascript,text/json,application/x-javascript,application/javascript,application/json"