okay i got it .. iam studid XD i set my dataDir to /var/data/solr/... and
gives the correct rights now it runs.
Jens Kapitza-2 wrote:
>
> Am 08.03.2010 15:08, schrieb stocki:
>> Hello.
>>
>> is use 2 cores for solr.
>>
>> when is restart my tomcat on debian, tomcat delete my index.
>>
> y
okay i install my solr so like how the wiki said. and a new try. here one of
my two XML-files:
/var/lib/conf/Catalina/localhost/suggest.xml
should i set name="solr/home" to --> name="$SOLR_HOME" ???
id did not find the reason.
Solr Home is set by :
export JAVA_OPTS="$JAVA_OPTS
-Dsolr.
okay i install my solr so like how the wiki said. and a new try. here one of
my two files:
Jens Kapitza-2 wrote:
>
> Am 08.03.2010 15:08, schrieb stocki:
>> Hello.
>>
>> is use 2 cores for solr.
>>
>> when is restart my tomcat on debian, tomcat delete my index.
>>
> you should ch
Am 08.03.2010 15:08, schrieb stocki:
Hello.
is use 2 cores for solr.
when is restart my tomcat on debian, tomcat delete my index.
you should check your tomcat-setup.
is set data.dir to
${solr.data.dir:./suggest/data}
and
${solr.data.dir:./search/data}
use an absolute path [you have n
You're probably hitting the difference between *nix file
handling and Windows. When you delete a file on a
Unix variant, if some other program has the file open
the file doesn't go away until that other program closes
it.
HTH
Erick
On Mon, Mar 8, 2010 at 9:08 AM, stocki wrote:
>
> Hello.
>
> is