Changes for page Jetty Installation

Last modified by Vincent Massol on 2023/12/26

<
From version < 6.5 >
edited by slauriere
on 2018/03/29
To version < 7.1 >
edited by slauriere
on 2018/03/29
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 1  * Download and install [[Jetty>>https://www.eclipse.org/jetty/download.html]]. It's usually as simple as unzipping it in a directory. Let's call this directory //[JETTY_HOME]//.
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 -* (Optional) If you want to modify the port on which Jetty will run, edit //[JETTY_HOME]/etc/jetty.xml//. Search for "8080" and replace it with the port value you wish to use.
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}}.

Get Connected