Hello,
 
In my solrconfig I have the entry:
 
 
<!-- A postCommit event is fired after every commit or optimize command

<listener event="postCommit" class="solr.RunExecutableListener">

<str name="exe">solr/bin/snapshooter</str>

<str name="dir">.</str>

<bool name="wait">true</bool>

<arr name="args"> <str>arg1</str> <str>arg2</str> </arr>

<arr name="env"> <str>MYVAR=val1</str> </arr>

</listener>

-->

 

I am unable to get this wokring - the catalin.out is unable to find
snapshooter.

 

Do others give the full path to snapshooter?  Why do the template docs
not say /full/path/to/snapshooter

Thanks,

John

Reply via email to