Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC7CBDEB6 for ; Thu, 7 Feb 2013 13:13:38 +0000 (UTC) Received: (qmail 36088 invoked by uid 500); 7 Feb 2013 13:13:35 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 35423 invoked by uid 500); 7 Feb 2013 13:13:34 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 35205 invoked by uid 99); 7 Feb 2013 13:13:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 13:13:33 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.91.2.13] (HELO smtp-outbound-2.vmware.com) (208.91.2.13) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 13:13:26 +0000 Received: from sc9-mailhost2.vmware.com (sc9-mailhost2.vmware.com [10.113.161.72]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 7B4E628814 for ; Thu, 7 Feb 2013 05:13:06 -0800 (PST) Received: from zcs-prod-mta-2.vmware.com (zcs-prod-mta-2.vmware.com [10.113.163.64]) by sc9-mailhost2.vmware.com (Postfix) with ESMTP id 78C40B0504 for ; Thu, 7 Feb 2013 05:13:06 -0800 (PST) Received: from zcs-prod-mta-2.vmware.com (localhost.localdomain [127.0.0.1]) by zcs-prod-mta-2.vmware.com (Postfix) with ESMTP id 697A1E0471 for ; Thu, 7 Feb 2013 05:13:06 -0800 (PST) Received: from [10.16.250.136] (unknown [10.113.160.14]) by zcs-prod-mta-2.vmware.com (Postfix) with ESMTPSA for ; Thu, 7 Feb 2013 05:13:05 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: deploy application in new service in tomcat From: Daniel Mikusa In-Reply-To: <5032F5DAD1369F48BD8A3348125CBB980F9FAF8A@xmb-aln-x13.cisco.com> Date: Thu, 7 Feb 2013 08:13:05 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <1158895C-A32E-4098-A89F-0C01F150907A@vmware.com> References: <5032F5DAD1369F48BD8A3348125CBB980F9FAF8A@xmb-aln-x13.cisco.com> To: "Tomcat Users List" X-Mailer: Apple Mail (2.1283) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 7, 2013, at 8:03 AM, Anil Goyal -X (anigoyal - Aricent = Technologies at Cisco) wrote: > Hi, >=20 > I am creating a new service in tomcat (7.0.20) This is really old, you should upgrade. > with service name 'catalina_new' and appBase=3D'webapps' by doing some = changes in server.xml. > I am keeping the appBase same as that for default service 'catalina' > I have several applications deployed under webapps. > I want only a single application with context '/feeder' to be = accesible through new service. > Condition: I do not want to have a separate appBase for new service = and deployed only the required app under this new appBase. >=20 > In short, do we have a context based filtering in tomcat so that = tomcat incorporate request only from a specific context path and ignore = all others Not sure I follow what you are trying to do, but it kinda sounds like = you might want this? If not, please try to explain your use case a = little more. "deployIgnore A regular expression defining paths to ignore when autoDeploy and = deployOnStartup are set. This allows you to keep your configuration in a = version control system, for example, and not deploy a .svn or CVS folder = that happens to be in the appBase." = https://tomcat.apache.org/tomcat-7.0-doc/config/host.html#Common%20Attribu= tes Dan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org