I think it is relative to solr home. Just to be safe, you can put absolute paths to the bin directory in both "exe" and "dir" sections.
On Fri, Aug 8, 2008 at 4:37 AM, Jacob Singh <[EMAIL PROTECTED]> wrote: > I tried: > > <listener event="postCommit" class="solr.RunExecutableListener"> > <str name="exe">snapshooter</str> > <str name="dir">bin</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> > > However, it doesn't seem to work. I assumed that it default to the > solrhome, but that doesn't seem to be the case... > > Is it defaulting to the jetty root? Or the conf dir? > > Thanks, > Jacob > -- Regards, Shalin Shekhar Mangar.