Re: Custom path for solr lib and data folder

2009-03-16 Thread Chris Hostetter
: Assume my current working directory is C:/MyApplication/searchApp : and in the solr.xml i am specifying C:/lib as shared lib, : then the console output contains the following line: I'm sorry .. aparently my understanding of hte java File library has been severly flawed for the last 12 years.

Re: Custom path for solr lib and data folder

2009-03-12 Thread con
ou should see INFO messages like... > Adding file:///...foo.jar to Solr classloader > ...for each jar in that directory. if there are none, or the directory > can't be found you might see "Reusing parent classloader" or "Can't > construct solr lib class loader" messages instead. > > what do you see in your logs? > > > > -Hoss > > > -- View this message in context: http://www.nabble.com/Custom-path-for-solr-lib-and-data-folder-tp22450530p22475244.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Custom path for solr lib and data folder

2009-03-11 Thread Chris Hostetter
Adding '" + jars[j].toString() + "' to Solr classloaderAdding '" + jars[j].toString() + "' to Solr classloader : > But how can i redirect solr to a seperate lib directrory that is outside of : > the solr.home : > : > Is this possible in solr 1.3 : : I don't believe it is possible (but please co

Re: Custom path for solr lib and data folder

2009-03-11 Thread Erik Hatcher
On Mar 11, 2009, at 6:07 AM, con wrote: But how can i redirect solr to a seperate lib directrory that is outside of the solr.home Is this possible in solr 1.3 I don't believe it is possible (but please correct me if I'm wrong). From SolrResourceLoader: log.info("Solr home set to '"

Re: Custom path for solr lib and data folder

2009-03-11 Thread con
java -DSOLR_DATA= -jar start.jar > > Erik > > > -- View this message in context: http://www.nabble.com/Custom-path-for-solr-lib-and-data-folder-tp22450530p22451986.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Custom path for solr lib and data folder

2009-03-11 Thread Erik Hatcher
On Mar 11, 2009, at 5:14 AM, con wrote: But still it is not working I changed the data directory accordingly, ${SOLR_DATA} But this is not working and is giving the following error: SEVERE: Error in solrconfig.xml:org.apache.solr.common.SolrException: No system property or default value sp

Re: Custom path for solr lib and data folder

2009-03-11 Thread con
but I want to replace this with an environment variable, like: >>        ${solr.data.dir:"%SOLR_DATA%"} >> >> How is it possible in solr 1.3 >> >> Thanks >> con >> -- >> View this message in context: >> http://www.nabble.com/Custom-path-f

Re: Custom path for solr lib and data folder

2009-03-11 Thread Noble Paul നോബിള്‍ नोब्ळ्
 but I want to replace this with an environment variable, like: >        ${solr.data.dir:"%SOLR_DATA%"} > > How is it possible in solr 1.3 > > Thanks > con > -- > View this message in context: > http://www.nabble.com/Custom-path-for-solr-lib-and-data-folder-tp22450530p22450530.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- --Noble Paul

Custom path for solr lib and data folder

2009-03-11 Thread con
: ${solr.data.dir:"%SOLR_DATA%"} How is it possible in solr 1.3 Thanks con -- View this message in context: http://www.nabble.com/Custom-path-for-solr-lib-and-data-folder-tp22450530p22450530.html Sent from the Solr - User mailing list archive at Nabble.com.