Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:server_preparation [2020/03/10 10:14]
fiserp [Apache Tomcat configuration]
tutorial:adm:server_preparation [2020/04/15 14:16]
fiserp [Apache Tomcat configuration]
Line 412: Line 412:
   * Make Tomcat listen only on localhost:   * Make Tomcat listen only on localhost:
     * In the ''/opt/tomcat/current/conf/server.xml'' add the ''address="127.0.0.1"'' property to configuration of ''8009'' and ''8080'' ports.     * In the ''/opt/tomcat/current/conf/server.xml'' add the ''address="127.0.0.1"'' property to configuration of ''8009'' and ''8080'' ports.
 +
 +  * Set the ''maxSwallowSize'' for the HTTP/1.1 connector:
 +    * In the ''/opt/tomcat/current/conf/server.xml'', locate the configuration for port 8080 and add the ''maxSwallowSize="-1"'' property therein.
  
   * Do not show aplication server version:   * Do not show aplication server version:
  • by koulaj