Last modified by Thomas Mortagne on 2024/03/12

From version 105.2
edited by Vincent Massol
on 2017/09/06
Change comment: Update document after refactoring.
To version 106.1
edited by Paul Libbrecht
on 2017/09/06
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -xwiki:Documentation.AdminGuide.WebHome
1 +xwiki:Documentation.AdminGuide.Installation.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.polx
Content
... ... @@ -6,7 +6,7 @@
6 6  
7 7  This method should work on every Debian-based linux distribution. Feel free to use [[the user Mailing List>>dev:Community.MailingLists]] to report an issue, or discuss about it.
8 8  
9 -Before you start make sure you've checked the [[System Requirements>>AdminGuide.Installation||anchor="HPrerequisites"]]. Main of them - you should have java (jdk) installed.
9 +Before you start make sure you've checked the [[System Requirements>>platform:AdminGuide.Installation||anchor="HPrerequisites"]]. Main of them - you should have java (jdk) installed.
10 10  
11 11  = First Step : APT Configuration =
12 12  
... ... @@ -62,7 +62,7 @@
62 62  
63 63  XWiki require Java 8 since 8.1, it will be automatically installed as dependency on recent distributions. Problem is that Ubuntu and Debian did not bothered put OpenJDK on older but still supported distributions default repositories (for example Ubuntu 14.04 or Debian Wheezy/Jessie). For those you will have to either install Java 8 yourself or make sure there is some repository with it so that openjdk is installed automatically with XWiki.
64 64  
65 -Also if you have several versions of Java installed you might need to explicitly tell Tomcat which one to use after the install. See [[Tomcat Usability section>>||anchor="HJavaVersion"]].
65 +Also if you have several versions of Java installed you might need to explicitly tell Tomcat which one to use after the install. See [[Tomcat Usability section>>platform:AdminGuide.InstallationViaAPT||anchor="HJavaVersion"]].
66 66  
67 67  Here is a few helpers:
68 68  
... ... @@ -147,7 +147,7 @@
147 147  
148 148  === Java Version ===
149 149  
150 -Make sure Tomcat is executed with the right [[Java version>>Installation||anchor="HHardwareandSoftwarerequirements"]].
150 +Make sure Tomcat is executed with the right [[Java version>>platform:AdminGuide.Installation||anchor="HHardwareandSoftwarerequirements"]].
151 151  
152 152  This is usually indicated in the file /etc/default/tomcat8 (or /etc/default/tomcat7 for Tomcat 7, etc).
153 153  
... ... @@ -167,7 +167,7 @@
167 167  
168 168  = Concluding Step =
169 169  
170 -{{include reference="AdminGuide.InstallationConcludingSteps"/}}
170 +{{include reference="platform:AdminGuide.InstallationConcludingSteps"/}}
171 171  
172 172  = Uninstallation =
173 173  
... ... @@ -187,15 +187,15 @@
187 187  
188 188  == Tomcat ==
189 189  
190 -See [[Tomcat Installation>>InstallationTomcat||anchor="HTroubleshooting"]] for generic Tomcat related issues.
190 +See [[Tomcat Installation>>platform:AdminGuide.InstallationTomcat||anchor="HTroubleshooting"]] for generic Tomcat related issues.
191 191  
192 192  == MySQL ==
193 193  
194 -See [[MySQL Installation>>InstallationMySQL||anchor="HTroubleshooting"]] for generic MySQL related issues.
194 +See [[MySQL Installation>>platform:AdminGuide.InstallationMySQL||anchor="HTroubleshooting"]] for generic MySQL related issues.
195 195  
196 196  == PostgreSQL ==
197 197  
198 -See [[PostgreSQL Installation>>InstallationPostgreSQL||anchor="HTroubleshooting"]] for generic PostgreSQL related issues.
198 +See [[PostgreSQL Installation>>platform:AdminGuide.InstallationPostgreSQL||anchor="HTroubleshooting"]] for generic PostgreSQL related issues.
199 199  
200 200  === Bad version of PostgreSQL driver on Debian ===
201 201  
... ... @@ -315,6 +315,7 @@
315 315  **/var/log/tomcat##<version>##/**
316 316  
317 317  * catalina.out //First logging file. Check this one if you're experiencing troubles with Tomcat/XWiki.//
318 +* localhost.<date>.log // "Container Log file": Start of each filter and failures thereof are listed.//
318 318  
319 319  == MySQL ==
320 320  

Get Connected