Thanks for the reply Koji. The reason why I asked is because I have a user who wants to post their own updates.
When the postCommit is active, after he posts his documents, it appears that the job has stalled because there is a long period with no output. After speaking with me, he now realizes that the snapshooter is running. However, I was hoping to give him visual confirmation that snapshooter is running by pushing the output to stdout. Thanks, Jerry -----Original Message----- From: Koji Sekiguchi [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2008 11:16 AM To: solr-user@lucene.apache.org Subject: Re: Displaying stdout from postCommit command Jerry, > I would like to see the output from snapshooter snapshooter outputs snapshooter.log. But, > Is there a way to send snapshooter's output to stdout of the terminal > which I executed the commit command? I don't think it's possible. (You can modify RunExecutableListener to redirect stdout to a file, not your terminal...) Koji