Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 46928 invoked from network); 6 Apr 2006 19:42:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Apr 2006 19:42:07 -0000 Received: (qmail 56619 invoked by uid 500); 6 Apr 2006 19:42:06 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 56430 invoked by uid 500); 6 Apr 2006 19:42:05 -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 56249 invoked by uid 99); 6 Apr 2006 19:42:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 12:42:05 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [169.229.70.167] (HELO rescomp.berkeley.edu) (169.229.70.167) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 12:42:04 -0700 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id 3CA3D5B764; Thu, 6 Apr 2006 12:41:37 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id 301DC7F403 for ; Thu, 6 Apr 2006 12:41:37 -0700 (PDT) Date: Thu, 6 Apr 2006 12:41:37 -0700 (PDT) From: Chris Hostetter To: solr-dev@lucene.apache.org Subject: Re: [jira] Commented: (SOLR-7) can't post queries In-Reply-To: <3b5f72030604060610n4365b751wab2f5fd69024a4ce@mail.gmail.com> Message-ID: References: <1587488393.1144270423736.JavaMail.jira@ajax> <3b5f72030604060610n4365b751wab2f5fd69024a4ce@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N : We should be able to use for the servlet that is : responsible for : making the core in both Servlet 2.3 and 2.4. I acctaully thought we were using load-on-startup ... I can't for the life of me figure out why autowarming works since we don't have load-on-startup set to 1. For me it was a question of asthetic code grouping. I didn't want only one of two servlets that both depended on the core existing to init it withought some obvious dependency. Erik: Are you just talking about using for a servlet, or is there some other recent addition to he Servlet spec for registering an arbitrary class that should be constructed once per application with init/destroy methods that should be called appropriately ... i can't seem to find anything like that (other then making a servlet with no path mapping) -Hoss