Re: Administrative questions

2008-08-18 Thread Otis Gospodnetic
man <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Friday, August 15, 2008 4:47:27 PM > Subject: Re: Administrative questions > > Jason Rennie wrote: > > On Wed, Aug 13, 2008 at 1:52 PM, Jon Drukman wrote: > > > >> Duh. I should have thought o

Re: Administrative questions

2008-08-15 Thread Jon Drukman
Jason Rennie wrote: On Wed, Aug 13, 2008 at 1:52 PM, Jon Drukman <[EMAIL PROTECTED]> wrote: Duh. I should have thought of that. I'm a big fan of djbdns so I'm quite familiar with daemontools. Thanks! :) My pleasure. Was nice to hear recently that DJB is moving toward more flexible licen

Re: Administrative questions

2008-08-15 Thread Otis Gospodnetic
sday, August 13, 2008 8:12:33 PM > Subject: Re: Administrative questions > > On Tue, Aug 12, 2008 at 05:49:32PM -0700, Jon Drukman wrote: > > 1. How do people deal with having solr start when system reboots, manage > > the log output, etc. Right now I run it manually under

Re: Administrative questions

2008-08-14 Thread Jason Rennie
On Wed, Aug 13, 2008 at 1:52 PM, Jon Drukman <[EMAIL PROTECTED]> wrote: > Duh. I should have thought of that. I'm a big fan of djbdns so I'm quite > familiar with daemontools. > > Thanks! > :) My pleasure. Was nice to hear recently that DJB is moving toward more flexible licensing terms. For

Re: Administrative questions

2008-08-13 Thread vikalp sahni
We host solr on TOMCAT. To tackle reboot. We start solr by starting Tomcat in init and using a small script (called by the tomcat rc.d script) kept at the "../SOLRHOME" which does the CHDIR and starts catalina. This works perfectly for multiple indexes hosting too. //Vikalp On Wed, Aug 13, 2008

Re: Administrative questions

2008-08-13 Thread Jeremy Hinegardner
On Tue, Aug 12, 2008 at 05:49:32PM -0700, Jon Drukman wrote: > 1. How do people deal with having solr start when system reboots, manage > the log output, etc. Right now I run it manually under a unix 'screen' > command with a wrapper script that takes care of restarts when it crashes. > That m

RE: Administrative questions

2008-08-13 Thread Lance Norskog
young whippersnappers in the office are in awe of my MAD SHELL SKILLZ -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jon Drukman Sent: Tuesday, August 12, 2008 5:50 PM To: solr-user@lucene.apache.org Subject: Administrative questions 1. How do people deal with having

Re: Administrative questions

2008-08-13 Thread Jon Drukman
Jason Rennie wrote: On Tue, Aug 12, 2008 at 8:49 PM, Jon Drukman <[EMAIL PROTECTED]> wrote: 1. How do people deal with having solr start when system reboots, manage the log output, etc. Right now I run it manually under a unix 'screen' command with a wrapper script that takes care of restarts

Re: Administrative questions

2008-08-13 Thread Jason Rennie
On Tue, Aug 12, 2008 at 8:49 PM, Jon Drukman <[EMAIL PROTECTED]> wrote: > 1. How do people deal with having solr start when system reboots, manage > the log output, etc. Right now I run it manually under a unix 'screen' > command with a wrapper script that takes care of restarts when it crashes.

Administrative questions

2008-08-12 Thread Jon Drukman
1. How do people deal with having solr start when system reboots, manage the log output, etc. Right now I run it manually under a unix 'screen' command with a wrapper script that takes care of restarts when it crashes. That means that only my user can connect to it, and it can't happen when t