Re: Moving solr home

2017-04-18 Thread Shawn Heisey
On 4/18/2017 7:07 AM, tedsolr wrote: > Looks like the issues are self inflicted. I have custom start/stop > scripts that actually specify the solr home directory as a param to > the start command (start -c -s ...). This was overriding my include > variable. As for the magical solr.xml file, that's

Re: Moving solr home

2017-04-18 Thread tedsolr
Looks like the issues are self inflicted. I have custom start/stop scripts that actually specify the solr home directory as a param to the start command (start -c -s ...). This was overriding my include variable. As for the magical solr.xml file, that's also my doing because as part of shutdown the

Re: Moving solr home

2017-04-17 Thread Susheel Kumar
Hi, Did you try to utilise the service installation scripts to deploy. This makes it very easy for Prod deployments and allows to decouple data/index directory with Solr binaries. See below link https://cwiki.apache.org/confluence/display/solr/Taking+Solr+to+Production Thanks, Susheel On Mon,