Changes for page Installation

Last modified by Thomas Mortagne on 2023/12/19

<
From version < 100.2 >
edited by Eduard Moraru
on 2017/06/29
To version < 100.3 >
edited by Eduard Moraru
on 2017/06/29
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -88,7 +88,9 @@
88 88  
89 89  E.g. for Tomcat 6 it could be done in the following way: modify ##/<tomcat-home>/bin/catalina.sh## and added proxies to the ##JAVA_OPTS## variable definition:
90 90  
91 -##JAVA_OPTS="$JAVA_OPTS -Dappserver.home=$CATALINA_HOME -Dappserver.base=$CATALINA_HOME **-Dhttp.proxyHost=proxy.mycompany.com -Dhttp.proxyPort=7777 -Dhttps.proxyHost=proxy.mycompany.com -Dhttps.proxyPort=7777** -Xmx512m -XX:MaxPermSize=196m $XWIKI_OPTS"##
91 +{{code}}
92 +JAVA_OPTS="$JAVA_OPTS -Dappserver.home=$CATALINA_HOME -Dappserver.base=$CATALINA_HOME **-Dhttp.proxyHost=proxy.mycompany.com -Dhttp.proxyPort=7777 -Dhttps.proxyHost=proxy.mycompany.com -Dhttps.proxyPort=7777** -Xmx512m -XX:MaxPermSize=196m $XWIKI_OPTS"
93 +{{/code}}
92 92  
93 93  == Unsupported major.minor version 51.0 ==
94 94  
... ... @@ -128,7 +128,7 @@
128 128  
129 129  == "File path too long" on Windows when unzipping ==
130 130  
131 -The Windows Operating System imposes a file path limit to around 260 characters. XWiki's zip file can, in some cases, reach paths as long a 182 characters, or even longer. To avoid such errors you could do one of the following:
133 +The Windows Operating System imposes a [[file path limit to around 260 characters>>https://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#maxpath]]. XWiki's zip file can, in some cases, reach paths as long a 182 characters, or even longer. To avoid such errors you could do one of the following:
132 132  * Install in a folder that is as close to the root of the drive as possible and uses a small name, e.g. ##C:\xwiki##
133 133  * Install XWiki using the [[cygwin>>https://www.cygwin.com/]] environment that overcomes this limitation
134 134  * Starting with Windows 10, you can set or create the ##EnableLongPaths## with a value of ##1## in the in the ##HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem## Windows Registry in order to activate support for long paths. More details and step-by-step instructions are available in various online tutorials such as [[this one>>https://www.howtogeek.com/266621/how-to-make-windows-10-accept-file-paths-over-260-characters/]].

Get Connected