Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C56F107B1 for ; Wed, 5 Jun 2013 15:17:00 +0000 (UTC) Received: (qmail 3668 invoked by uid 500); 5 Jun 2013 15:16:58 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 3622 invoked by uid 500); 5 Jun 2013 15:16:58 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 3615 invoked by uid 99); 5 Jun 2013 15:16:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 15:16:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yseeley@gmail.com designates 209.85.160.53 as permitted sender) Received: from [209.85.160.53] (HELO mail-pb0-f53.google.com) (209.85.160.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 15:16:51 +0000 Received: by mail-pb0-f53.google.com with SMTP id xb12so1860846pbc.26 for ; Wed, 05 Jun 2013 08:16:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=AGYArJkVerSoc9zfs/GIIOReZVPas2JGlzJLsdi+j3Q=; b=Co2MznkSgwRWuGAFaWBjsdgDJ+7v8sWbxaIWHXDFfAACihtwI9Ra3ZJeiSHdgtLnGY 0GiT0D5g0yKQY8y5YJYi0igi/k3pu5n2Zp/B6vtHhhioCxOWJuXQEdAn79QTbPSXrKQH By+eCw8UgN9ZkVFGT+txbjhSVvb4O/9yGAZBXYq99mMkM6EqD8YzaM98q9sdNpC1QeSa LogRJZKSCY4kPlcvi5uOb7f+gwu+Nd0bocecfCpo+xV6zew8vYhIB3uCMMIszNCMKK7T L+OZD88kLbD3okcrk454NDQ1Y5JACKDWo5nujcmlzpTh4/gBev9x7dzNBKlemIgvf+Ks o1Pw== MIME-Version: 1.0 X-Received: by 10.66.136.76 with SMTP id py12mr14918643pab.192.1370445390578; Wed, 05 Jun 2013 08:16:30 -0700 (PDT) Sender: yseeley@gmail.com Received: by 10.68.127.34 with HTTP; Wed, 5 Jun 2013 08:16:30 -0700 (PDT) In-Reply-To: References: Date: Wed, 5 Jun 2013 11:16:30 -0400 X-Google-Sender-Auth: C020uwBiwrEPmTojC46yw0s4cqo Message-ID: Subject: Re: SOLR entry point when deployed in web app container From: Yonik Seeley To: Lucene Dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jun 5, 2013 at 11:01 AM, Prathik Puthran wrote: > I was trying to find the entry point in SOLR web app when it is deployed in > an application container. Can someone please help me with this? Check the SolrDispatchFilter class -Yonik http://lucidworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org