Re: solr.solr.home

2010-05-28 Thread Chris Hostetter
: Hi to everyone, I'm really sorry for the s3tupid question I'm doing, but I : didn't understand how to set the java system property solr.solr.home to my : solr home. first off: you don't neccessarily *have* to set the solr.solr.home system property -- there are two other ways of telling Solr wh

Re: solr.solr.home

2010-05-27 Thread Marco Martinez
Hi, When you start the tomcat, you can specify the properties, it will be something like this -Dsolr.solr.home=path/to/your/solr/home. For example, in linux ./startup.sh -Dsolr.solr.home=path/to/your/solr/home Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Át

Re: solr.solr.home

2010-05-27 Thread Antonello Mangone
But where I have to write this command ??? System.setProperty("solr.solr.home", > "whateverpathyou'dliketosetonyourfilesystem"); > > Claudio >

Re: solr.solr.home

2010-05-27 Thread Claudio Atzori
On 05/27/2010 10:30 AM, Antonello Mangone wrote: Hi to everyone, I'm really sorry for the s3tupid question I'm doing, but I didn't understand how to set the java system property solr.solr.home to my solr home. Can someone help me ? Thanks in advanca it should be something like System.setPr

RE: solr.solr.home

2010-05-27 Thread Yuval Feinstein
* Set the java system property solr.solr.home to your solr home. (On linux - use something like export solr.solr.home=/my/solr/home. On Windows - see http://vlaurie.com/computers2/Articles/environment.htm to set an environment variable named solr.solr.home .) (You can also use the two other op