007 7:19 PM
To: solr-user@lucene.apache.org
Subject: Re: solr doesn't find exe in postCommit event
: > Is it possible to update the example config file enclosed in the
: > distribution as it is not working.
:
: done.
just to be clear, the old example did in fact work *if* you had ".
: > Is it possible to update the example config file enclosed in the
: > distribution as it is not working.
:
: done.
just to be clear, the old example did in fact work *if* you had "." in
your PATH ... (a bad assumption true, but i just want to make sure people
understand why it worked for some
On 8/14/07, Wu, Daniel <[EMAIL PROTECTED]> wrote:
> Thanks for the explaination. I finally get the event listener working.
> To close the record, I listed the working configuration below. It is
> sometime useful to use relative path in the case of setting multiple
> solr instances on the same ser
-Original Message-
From: Bill Au [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 14, 2007 6:27 AM
To: solr-user@lucene.apache.org
Subject: Re: solr doesn't find exe in postCommit event
The element specifies the working directory for the
call to Runtime.exec(). You still need to s
The element specifies the working directory for the call to
Runtime.exec(). You still need to set up your PATH if you don't use an
absolute path for the "exe" element. As Chris has pointed out, the best
thing to do is to use an absolute path.
Bill
On 8/14/07, Chris Hostetter <[EMAIL PROTECTED
: I am trying out the event listener by uncommenting the listener for
: event postCommit unmodified. Solr detected the script during start up
: (otherwise it would throw some exception). However, when i sent the
no, actually the RunExecutableListener doesn't check for the scripts when
it's init