Re: schema.xml in other than conf folder

2011-01-12 Thread Shanmugavel SRD
Hi, These two links helped me to solve the problem. https://issues.apache.org/jira/browse/SOLR-1154 http://wiki.apache.org/solr/SolrReplication#enable.2BAC8-disable_master.2BAC8-slave_in_a_node Thanks, SRD -- View this message in context: http://lucene.472066.n3.nabble.com/schema-xml-in-other-

Re: schema.xml in other than conf folder

2011-01-10 Thread Shanmugavel SRD
Chris, Our solr conf folder is in read-only file system. But the data directory (index) is not in read-only file system. As per our production environment guidelines, the configuration files should be in read-only file system. Thanks, SRD -- View this message in context: http://lucene.472066.

Re: schema.xml in other than conf folder

2011-01-07 Thread Chris Hostetter
: Thanks for your response. Our production environment is a read only file : system. It is not allowing to modify or create new files under conf folder : at runtime. So copy config through replication is not working for us. if your entire production server is read only, where do you keep your

Re: schema.xml in other than conf folder

2011-01-06 Thread Shanmugavel SRD
Erick, Thanks for your response. Our production environment is a read only file system. It is not allowing to modify or create new files under conf folder at runtime. So copy config through replication is not working for us. Thanks, SRD -- View this message in context: http://lucene.472066.n3.

Re: schema.xml in other than conf folder

2011-01-06 Thread Erick Erickson
Why do you want to do this? What is the use case? There is already a provision for copying modified slave configurations from the master and renaming it in the process, would that suffice? Best Erick On Thu, Jan 6, 2011 at 11:37 AM, Shanmugavel SRD wrote: > > I want to place the schema.xml in a

schema.xml in other than conf folder

2011-01-06 Thread Shanmugavel SRD
I want to place the schema.xml in a place other than conf folder. Is it possible? This is as part of master and slave configuration. I want to place all the files which will be common between master and slave in a particular location. Can anyone help me on this? -- View this message in context: