The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"How do I change the HTTP post size for RapidMiner Server"
User13
Member Posts: 155 Maven
To change the HTTP post size settings, follow these steps:
-
Edit the file standalone/configuration/standalone.xml in your RapidMiner Server installation directory.
-
Locate the following tag:
<connector name="http" ...>
-
Add the following attributes to this tag which define the maximum post sizes in kilobytes:
max-post-size="204800" max-save-post-size="409600"
-
Restart RapidMiner Server.
Tagged:
0