Jetty Installation

Version 7.1 by slauriere on 2018/03/29

  • Download and install Jetty. It's usually as simple as unzipping it in a directory. Let's call this directory [JETTY_HOME].
  • Extract the XWiki WAR into a directory named xwiki in [JETTY_HOME]/webapps/.
  • Open [JETTY_HOME]/webapps/WEB-INF/xwiki/xwiki.properties files and configure a permanent directory
  • (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 jetty.http.port.

Get Connected