Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 80975 invoked from network); 20 Feb 2011 22:11:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Feb 2011 22:11:57 -0000 Received: (qmail 11594 invoked by uid 500); 20 Feb 2011 22:11:54 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 11366 invoked by uid 500); 20 Feb 2011 22:11:53 -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 11357 invoked by uid 99); 20 Feb 2011 22:11:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 22:11:53 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [68.142.200.130] (HELO web30607.mail.mud.yahoo.com) (68.142.200.130) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 20 Feb 2011 22:11:45 +0000 Received: (qmail 48722 invoked by uid 60001); 20 Feb 2011 22:11:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1298239883; bh=ChtCF4QwiOKKvvS6Op54P67gCtQwJTmXToYBjtGvSng=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ZzQHIFXUr8d/BSLE5yilQDr+yw+Qz8Z8dEBo0qOk2lhYjvGG96qsxPg/JKDchDgwC086cyaWAgK8SQsySg5chrNNpt/iXa4l2YfcdaYhu9uZR/36nn6lTughF0kg6uJYm+luC1OVDEmnT2yczrT3QffRQ5XePvmBC08TK1Qtmm4= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=HldnlyHp9L6LtFL4V4y9pFMpR+dktETcysXL5PwzeEo2t7diGV/qAgb4sxeMvhX4UHq36iibXgYqzXmAgFup7uXfvpdc/0cesvWiCVs31A0Pc/x7rpoe3QqjYYVnOjQOcFVX20ro9LGnYi4NNgQUEOYQdsbe7u3WIc2vlqP+/4s=; Message-ID: <703592.48131.qm@web30607.mail.mud.yahoo.com> X-YMail-OSG: 50U2NF8VM1lIBkdFX23pkc4M7U1.wo_b9DTxITMl_6.JyWl vW8QD0olABRLMO0LKpHxJFysj5YOU4zMj3UJVrvOX3huB7aQKKaemP.qsG6A t.8uNQDzILXkhf_xq4J5aDpZEWH.TAmJR0eAvmwqmcqPfGuj_kcLwPPryuBw iP.GI3vvwDKRFpSLaN65FvDnm00R4kJrbd7HdVJDg.dBirHZ3NQ3HC7JVnWd lNJEp4KtRs6dxR6YZx2iakannvzGk4ez.baDt4Iwijs3Z0gnyHC8ID7epevx SrueXZ.xIzH676E0typjUmi5_E0XhsZDKWnJJhbOpERIqmcPEogoT Received: from [212.247.13.154] by web30607.mail.mud.yahoo.com via HTTP; Sun, 20 Feb 2011 14:11:23 PST X-Mailer: YahooMailClassic/11.4.20 YahooMailWebService/0.8.109.292656 Date: Sun, 20 Feb 2011 14:11:23 -0800 (PST) From: Shailesh Nandwana Subject: A web application with multiple context name - optimal way? To: users@tomcat.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I am having a requirement to have an application with URLs like=0A /=0A for example:=0A app.company.com/gb= =0A app.company.com/fr=0A app.company.com/se=0A etc.=0A=0A=0A I assumed to = use context path targeting to same docbase but doesnt =0Alook the optimal w= ay as may hamper the performance. (the urls may go =0Abeyond 80)=0A=0A Even= i dont want the multiple loading of the same class. My need is=0A to ident= ify the code (/fr etc) and do some processing for it.=0A=0A should i go wit= h the apache proxy settings?? its the worst case.=0A=0A=0A Thanks in advanc= e.=0A=0A /shailesh=0A=09=09=09=09=09=09=09=0A=0A --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org