Version 7.1 by Adel Atallah on 2018/08/24 16:39

Show last authors
1 There are a lot of [[Servlet Containers>>https://en.wikipedia.org/wiki/Web_container]] out there and supporting all of them in all versions is just too hard to be done in a quality manner.
2
3 By "supporting" we mean:
4
5 * Issues created for these Servlet Containers in JIRA are not closed as won't fix and we make a best effort to fix them.
6 * We include these Servlet Containers in our tests (be them automated or manual).
7 * When we create new features or modify existing features we make a best effort to verify that they work on the supported list of Servlet Containers.
8 * The complete and precise list of supported Servlet Containers in a given XWiki release is indicated in the Release Notes for that release (starting with XWiki 10.7).
9
10 = Supported Servlet Containers =
11
12 |=Servlet Container|=Reason for supporting it|=Installation Instructions
13 |(((
14 (% style="text-align:center" %)
15 [[image:tomcat-icon.png||height="64" width="64"]]
16 Tomcat
17 )))|(% style="width:934px" %)Biggest market share of Servlet Containers and [[most used by XWiki users>>doc:xwiki:ActiveInstalls.ServletContainers]]|[[Instructions>>doc:xwiki:Documentation.AdminGuide.Installation.InstallationWAR.InstallationTomcat.WebHome]]
18 |(% style="width:248px" %)(((
19 (% style="text-align:center" %)
20 [[image:jetty-icon.png||height="64" width="64"]]
21 Jetty
22 (XWiki Standalone packaging)
23 )))|(% style="width:934px" %)Provided as a packaging in the XWiki distribution|[[Instructions>>doc:xwiki:Documentation.AdminGuide.Installation.InstallationStandalone.WebHome]]
24 |(% style="width:248px" %)(((
25 (% style="text-align:center" %)
26 [[image:jetty-icon.png||height="64" width="64"]]
27 Jetty
28 )))|(% style="width:934px" %)Second [[most used Container by XWiki users>>doc:xwiki:ActiveInstalls.ServletContainers]]|[[Instructions>>doc:xwiki:Documentation.AdminGuide.Installation.InstallationWAR.InstallationJetty.WebHome]]
29
30 = Servlet Containers that are not supported =
31
32 The following list of Servlet Containers are not officially supported, even though we have installation instructions for them, contributed by the community. XWiki may work with them, completely or partly. We don't constantly test against them, we don't ensure that new features work on them. However whenever someone raises an issue on [[JIRA>>https://jira.xwiki.org]] about them and it's easy to fix (or if someone provides a patch) then we fix it.
33
34 |=Database|=Installation Instructions
35 |(((
36 (% style="text-align:center" %)
37 [[image:wildfly-icon.png||height="64" width="64"]]
38 [[WildFly>>https://en.wikipedia.org/wiki/WildFly]]
39 )))|[[Instructions>>doc:xwiki:Documentation.AdminGuide.Installation.InstallationWAR.InstallationJBoss.WebHome]]
40
41 (% style="text-align:center" %)
42 [[image:glassfish-icon.png||height="64" width="64"]]
43
44 |[[Glassfish>>https://javaee.github.io/glassfish/]]|[[Instructions>>doc:xwiki:Documentation.AdminGuide.Installation.InstallationWAR.InstallationGlassFish.WebHome]]
45
46 For a larger list, see the Wikipedia page on [[web container>>https://en.wikipedia.org/wiki/Web_container]].

Get Connected