Changes for page Tomcat Installation

Last modified by Thomas Mortagne on 2024/04/15

From version 46.1
edited by Simon Urli
on 2018/11/05
Change comment: There is no comment for this version
To version 46.2
edited by Vincent Massol
on 2018/11/05
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.surli
1 +XWiki.VincentMassol
Content
... ... @@ -338,14 +338,14 @@
338 338  
339 339  == Parameter count exceeded allowed maximum ==
340 340  
341 -If you get an error such as:
341 +If you get an error such as the following it means you reached the limit of parameters you can send in a form.
342 342  
343 343  {{code}}
344 344  java.lang.IllegalStateException: Parameter count exceeded allowed maximum: 512
345 345  {{/code}}
346 346  
347 -it means you reached the limit of parameters you can send in a form.
348 -You can set the value you want by setting
347 +You can set the value you want by setting the following in your Tomcat ##server.xml## file:
349 349  
350 -{{code}}<Connector port=... maxParameterCount="10000" /> {{/code}}
351 -in server.xml.
349 +{{code}}
350 +<Connector port=... maxParameterCount="10000" />
351 +{{/code}}

Get Connected