Changes for page Tomcat Installation

Last modified by Thomas Mortagne on 2023/12/01

<
From version < 51.1 >
edited by Paul Libbrecht
on 2019/05/24
To version < 52.1 >
edited by Vincent Massol
on 2020/01/23
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.polx
1 +XWiki.VincentMassol
Content
... ... @@ -15,7 +15,9 @@
15 15  There is an important Classloader related bug in 8.0.32 which makes impossible to use the code macro or write Python scripts so you should avoid this version if possible. See https://bz.apache.org/bugzilla/show_bug.cgi?id=58999.
16 16  {{/error}}
17 17  
18 -* Download and install [[Tomcat>>http://tomcat.apache.org/]] (XWiki requires a Tomcat version >= 7 since it requires Servlet 3.0+). There are plenty of ways to install Tomcat, refer to the Tomcat site for more information. Let's call ##TOMCAT_HOME## the directory where it's installed.
18 +* Download and install [[Tomcat>>http://tomcat.apache.org/]]. There are plenty of ways to install Tomcat, refer to the Tomcat site for more information. Let's call ##TOMCAT_HOME## the directory where it's installed.
19 +** XWiki 12.0+ requires a Tomcat version >= 8 since it requires Servlet 3.1+
20 +** Older versions of XWiki require a Tomcat version >= 7 since it requires Servlet 3.0+
19 19  * Make sure you [[give enough memory to Java>>platform:AdminGuide.InstallationTomcat#HOutOfMemoryError]] since by default Tomcat is not configured with enough memory for XWiki.
20 20  * Edit the ##conf/server.xml## file to set the UTF-8 encoding:(((
21 21  {{code}}

Get Connected