Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 90941 invoked from network); 1 Jul 2008 11:17:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jul 2008 11:17:55 -0000 Received: (qmail 97915 invoked by uid 500); 1 Jul 2008 11:17:54 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 97598 invoked by uid 500); 1 Jul 2008 11:17:53 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 97570 invoked by uid 99); 1 Jul 2008 11:17:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 04:17:52 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jacobsingh@gmail.com designates 209.85.200.170 as permitted sender) Received: from [209.85.200.170] (HELO wf-out-1314.google.com) (209.85.200.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 11:17:01 +0000 Received: by wf-out-1314.google.com with SMTP id 28so1991013wfc.20 for ; Tue, 01 Jul 2008 04:17:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=hl91bgx02rewpFQ2l5umMspETpbBCvGKjpZnuVruuig=; b=LHMJf4mKnhKZ3q/poK0OaKpkSbbafTHBWwgZWsL5pgr/qhnNN/AG6HcAqKaacGPSHw 4W4no3ZQO0yPQBzhp9EP4MmWNW+r/BIyK3x5XGWexhdiqHMJjT/c3ElzTexQmC+eqWq3 +OW0rAwJChyvkyVbe0XB/r/Do9hUGYIPYq3gM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=xE5uchRV30Rr+HkgFUn3253ZBIuxLhZXmAyquHk2ohxuNoRbVHXyM1U+CGGyt3ZqV2 NqCJY3gVSn0lJwsrQqKn7+RcH61J15KG0GZhp7KG4Ks/CFAt8Xbhh8nhjS/tx6HeqDFO vMLyNgW5dPUySpWpKUfoiOqXGJ9nxS/+jlBMo= Received: by 10.143.33.19 with SMTP id l19mr2408719wfj.112.1214911041658; Tue, 01 Jul 2008 04:17:21 -0700 (PDT) Received: from ?10.0.0.4? ( [122.161.79.212]) by mx.google.com with ESMTPS id 24sm14883513wff.17.2008.07.01.04.17.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 01 Jul 2008 04:17:20 -0700 (PDT) Message-ID: <486A123D.4040100@gmail.com> Date: Tue, 01 Jul 2008 16:47:17 +0530 From: Jacob Singh User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: solr-user@lucene.apache.org Subject: Distribution and restarting jetty X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I just managed ot hack the distribution scripts a little so that I can specify a different rsyncd module so that I can have multiple indexes rsyncing from the same server on the same port! yeh! Okay, so I'm very excited that it's almost working, but I have one pretty huge issue. Everytime I run the snapinstaller, it requires that I restart jetty for the /admin/stats.jsp page to show items in the index (I assume searches would also fail, but haven't tried). Once I restart, no problem. Does anyone have a solution for this? Best, Jacob