Wiki source code of InstallationJetty
Version 2.3 by Manuel Smeria on 2012/12/07
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | 1 Jetty Installation | ||
2 | |||
3 | * 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\]~~. | ||
4 | * Extract the [XWiki WAR>xwiki:Main.Download] into a directory named ~~xwiki~~ in ~~\[JETTY_HOME\]/webapps/~~. The reason you're expanding the WAR is because you'll need to modify one configuration file from inside the WAR later on when you configure the database access. | ||
5 | * (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. |