Re: [xwiki-users] skins, configuration, properties and symlinks

2016-12-09 Thread Thomas Mortagne
On Fri, Dec 9, 2016 at 3:00 PM, Stefan Helmerichs wrote: > Thank you for your quick reply, > please excute my late one ;) > Thank you, that did indeed help with the issue of configuration. > > Skins do not seem to work that way though, since there are > unevaluated expressions smeared all over th

[xwiki-users] skins, configuration, properties and symlinks

2016-12-09 Thread Stefan Helmerichs
Thank you for your quick reply, please excute my late one ;) Thank you, that did indeed help with the issue of configuration. Skins do not seem to work that way though, since there are unevaluated expressions smeared all over the page when I use a linked skin. We updated to version 8.4.2 for this

Re: [xwiki-users] skins, configuration, properties and symlinks

2016-12-07 Thread Thomas Mortagne
Tomcat does not follow links in applications by default, you have to explicitly tell it to. The Debian package integrate XWiki with Tomcat by putting an xwiki.xml file in /etc/tomcat/Catalina/localhost/ which contain the following: (1) for Tomcat 8 and (2) for Tomcat 7. (1) https://github.com/xw

[xwiki-users] skins, configuration, properties and symlinks

2016-12-07 Thread Stefan Helmerichs
Hello, I am trying to create a docker container (based on tomcat:jre8) for xwiki which keeps configuration and skins in volumes. So far, I have made enough progress that the xwiki is being deployes and the configuration is accepted. My skins, however, are not. I am using /var/local/xwiki/ as envi