Options

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

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

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

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

  2. Locate the closing tag of the extensions definition:


    <extensions> ... </extensions>

  3. After this tag, add the following snippet where
    value
    defines the maximum URL length:


    <system-properties> <property name="org.apache.coyote.http11.Http11Protocol.MAX_HEADER_SIZE" value="65535"/> </system-properties>
  4. Restart RapidMiner Server.



Tagged:
Sign In or Register to comment.