Wiki source code of Jetty Installation

Version 5.1 by Thomas Mortagne on 2017/08/16

Show last authors
1 * Download and install [[Jetty>>http://jetty.codehaus.org/jetty/]]. It's usually as simple as unzipping it in a directory. Let's call this directory //[JETTY_HOME]//.
2 * Extract the [[XWiki WAR>>xwiki:Main.Download]] into a directory named //xwiki// in //[JETTY_HOME]/webapps///.
3 * Open ##[JETTY_HOME]/webapps/WEB-INF/xwiki/xwiki.properties## files and [[configure a permanent directory>>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.

Get Connected