"How do I change the HTTP post size for RapidMiner Server"

User13User13 Member Posts: 155 Maven
edited May 2019 in Knowledge Base

To change the HTTP post size settings, follow these steps:

  1. Edit the file standalone/configuration/standalone.xml in your RapidMiner Server installation directory.

  2. Locate the following tag:


    <connector name="http" ...>
  3. Add the following attributes to this tag which define the maximum post sizes in kilobytes:


    max-post-size="204800" max-save-post-size="409600"
  4. Restart RapidMiner Server.



Tagged:
Sign In or Register to comment.