hehe.. I did think that was a typo. Sorry to underestimate your typing abilities :)
----- Original Message ----- From: "Yonik Seeley" <[EMAIL PROTECTED]>
To: <solr-user@lucene.apache.org> Sent: Tuesday, May 23, 2006 5:24 PM Subject: Re: solrconfig environment variable On 5/23/06, maustin75 <[EMAIL PROTECTED]> wrote:
Ahh.. ok.. "java -D solr.solr.home=/myhome/solr -jar start.jar" - That will work.
It won't if you put a space after the -D ;-) java -Dsolr.solr.home=/myhome/solr -jar start.jar -Yonik