Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 76942 invoked from network); 2 Jul 2009 18:32:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jul 2009 18:32:00 -0000 Received: (qmail 28207 invoked by uid 500); 2 Jul 2009 18:32:10 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 27944 invoked by uid 500); 2 Jul 2009 18:32:10 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 27757 invoked by uid 99); 2 Jul 2009 18:32:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 18:32:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 18:32:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4A0AA234C055 for ; Thu, 2 Jul 2009 11:31:47 -0700 (PDT) Message-ID: <1635575038.1246559507302.JavaMail.jira@brutus> Date: Thu, 2 Jul 2009 11:31:47 -0700 (PDT) From: "Jay (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Created: (SOLR-1258) health check file assumed to be in the place where application is started MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org health check file assumed to be in the place where application is started ------------------------------------------------------------------------- Key: SOLR-1258 URL: https://issues.apache.org/jira/browse/SOLR-1258 Project: Solr Issue Type: Improvement Components: clients - java Affects Versions: 1.4 Environment: Mac Reporter: Jay Priority: Minor Fix For: 1.4 The following element gives admin the ability to enable/disable a solr instance without taking it down solr server-enabled There is a problem with where the file 'server-enabled' is placed. Currently it appears that file is relative to the place where the server is stared. This causes trouble to deployment since theoretically the server could be started anywhere. My suggestion is to have the file relative to solr home so that it does not dependent on where the server is started. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.