: 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.
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.
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
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 '"
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.
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
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
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
:
${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.