Changes for page Installing XWiki .war package manually
Last modified by Vincent Massol on 2020/08/28
Change comment:
Added comment
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.RamanBlyshchyk - Content
-
... ... @@ -55,7 +55,7 @@ 55 55 56 56 = Install and configure a Relational Database = 57 57 58 -XWiki can work with a lot of relational databases. We're only listing those that we have tested it on. 58 +XWiki can work with a lot of relational databases. We're only listing those that we have tested it on. However please note that the XWiki Developers [[only support some of those databases>>dev:Community.DatabaseSupportStrategy]] and the other ones are supported by the community (the XWiki devs apply patches/Pull Requests). 59 59 60 60 The general strategy is the following: 61 61
- XWiki.XWikiComments[1]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +xwiki:XWiki.RamanBlyshchyk - Comment
-
... ... @@ -1,0 +1,7 @@ 1 +Also another thing related to Tomcat. If Tomcat manages JDBC connections for all applications, additionally to uncommenting <res-ref-name>jdbc/XWikiDS</res-ref-name> element inside WEB-INF/web.xml, you should create context.xml file inside XWiki webapp's META-INF/ directory. 2 + 3 +<?xml version="1.0" encoding="UTF-8"?> 4 +<Context> 5 + <ResourceLink name="jdbc/XWikiDS" global="jdbc/XWikiDS" type="javax.sql.DataSource"/> 6 +</Context> 7 + - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2017-07-04 15:07:42.354