Increasing Post Request Size

FlexNet Code Insight 6.13.1

To allow Tomcat to accept large data amounts in a submitted web form, the maxPostSize attribute must be increased from the default value of 10MB to your preferred size. Follow the steps below to change the maxPostSize:

To increase post request size, do the following:

1. Edit the <Code Insight_ROOT_DIR>\<version>\tomcat\conf\server.xml.
2. Search for the Look for Connector tag:

<Connector executor="tomcatThreadPool"

port="8080" protocol="HTTP/1.1"

connectionTimeout="30000"

maxPostSize="10485760"

redirectPort="8443" />

3. Add or edit the maxPostSize attribute to the required value in bytes. For example, 5MB would be 5242880.