[xwiki-users] Configuration of Solr for multi instances in 1 container

2014-01-21 Thread Patrick Moens
Hi, I'm working on upgrade of our wiki 2.8 to 5.3 and at the same time , moving it to a new server with Tomcat and Oracle. The goal is to have 3 instances of wiki 5.3 on the same container (wikidgt, wikioat and wikidir) . I've configured the environment.permanentDirectory in xwiki.proprties with

Re: [xwiki-users] Configuration of Solr for multi instances in 1 container

2014-01-21 Thread Patrick Moens
Please *disregard* my *last message*http://groups.yahoo.com/group/hugoye-list/message/4797 Hi, I'm working on upgrade of our wiki 2.8 to 5.3 and at the same time , moving it to a new server with Tomcat and Oracle. The goal is to have 3 instances of wiki 5.3 on the same container (wikidgt,

Re: [xwiki-users] Configuration of Solr for multi instances in 1 container

2014-01-21 Thread Marius Dumitru Florea
The documentation for the environment.permanentDirectory configuration parameter says this (in xwiki.properties): Note if the system property xwiki.data.dir is set then this property is not used. And xwiki.data.dir is set in start_xwiki.sh: # Location where XWiki stores generated data and where

Re: [xwiki-users] Configuration of Solr for multi instances in 1 container

2014-01-21 Thread Patrick Moens
Hi Marius, So it's set in start_xwiki.sh in a stand alone configuration. But I'm deploying 3 war ( 3 instances) on a tomcat 6. So, where can I found the xwiki.data.dir parameter? Patrick 2014/1/21 Marius Dumitru Florea mariusdumitru.flo...@xwiki.com The documentation for the

Re: [xwiki-users] Configuration of Solr for multi instances in 1 container

2014-01-21 Thread Sergiu Dumitriu
That still won't work. Unfortunately XWiki is too greedy and completely takes over Solr, assuming that there's only one XWiki instance and that Solr serves only one purpose, holding that wiki's data. The best way to make 3 XWiki instances work is to install a separate standalone Solr webapp,

Re: [xwiki-users] Configuration of Solr for multi instances in 1 container

2014-01-21 Thread Patrick Moens
Thanks for help Sergiu, I'll read the Solr documentation tonight and try the installation tomorrow. BR Patrick 2014/1/21 Sergiu Dumitriu ser...@xwiki.org That still won't work. Unfortunately XWiki is too greedy and completely takes over Solr, assuming that there's only one XWiki instance