Changes for page Installing XWiki .war package manually
Last modified by Vincent Massol on 2020/08/28
Change comment:
There is no comment for this version
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.ThomasMortagne - Content
-
... ... @@ -53,6 +53,10 @@ 53 53 54 54 You're now ready to install and configure your relational database. 55 55 56 += Set a proper permanent directory = 57 + 58 +Open ##WEB-INF/xwiki.properties## and make sure you set a proper [[permanent directory>>AdminGuide.Configuration#HConfiguringDirectories]]. 59 + 56 56 = Install and configure a Relational Database = 57 57 58 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). ... ... @@ -90,4 +90,3 @@ 90 90 = Install the XWiki UI = 91 91 92 92 {{include reference="AdminGuide.InstallationConcludingSteps"/}} 93 -
- 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.0