Changes for page Jetty Installation

Last modified by Vincent Massol on 2023/12/26

<
From version < 7.1 >
edited by slauriere
on 2018/03/29
To version < 8.1 >
edited by Simon Urli
on 2018/11/05
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.slauriere
1 +XWiki.surli
Content
... ... @@ -2,3 +2,18 @@
2 2  * Extract the [[XWiki WAR>>xwiki:Main.Download]] into a directory named //xwiki// in //[JETTY_HOME]/webapps///.
3 3  * Open ##[JETTY_HOME]/webapps/WEB-INF/xwiki/xwiki.properties## files and [[configure a permanent directory>>platform:AdminGuide.Configuration||anchor="HConfiguringDirectories"]]
4 4  * (Optional) If you want to modify the port on which Jetty will run, edit //[JETTY_HOME]/start.ini//. Search for "8080", replace it with the port value you wish to use and uncomment the corresponding property {{code}}jetty.http.port{{/code}}.
5 +
6 +== Troubleshooting ==
7 +
8 +=== Unable to parse form content ===
9 +
10 +In some cases you could obtain the following error message:
11 +{{error}} Unable to parse form content{{/error}}
12 +
13 +or a log error displaying:
14 +
15 +{{code}}
16 +org.eclipse.jetty.http.BadMessageException: 400: Unable to parse form content
17 +{{/code}}
18 +
19 +This can be related to a form containing too many parameters. In order to fix this issue, you can modify your jetty.xml file as explained here: [[Configuring form limits for the server>>https://www.eclipse.org/jetty/documentation/9.4.x/configuring-form-size.html#_configuring_form_limits_for_the_server]].

Get Connected