Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 15210 invoked from network); 24 Aug 2008 11:39:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2008 11:39:02 -0000 Received: (qmail 3602 invoked by uid 500); 24 Aug 2008 11:38:48 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 3563 invoked by uid 500); 24 Aug 2008 11:38:48 -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 3552 invoked by uid 99); 24 Aug 2008 11:38:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Aug 2008 04:38:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of meiry242@gmail.com designates 209.85.146.178 as permitted sender) Received: from [209.85.146.178] (HELO wa-out-1112.google.com) (209.85.146.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Aug 2008 11:37:51 +0000 Received: by wa-out-1112.google.com with SMTP id l35so556383waf.16 for ; Sun, 24 Aug 2008 04:38:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=uYFEAV6buJxsHStfpHuJ8BOR2c4CUbYyEIyLGpYLMK4=; b=F1B/1oDSJ/DDhMu48nT1a4aSnxsGsEel48m4msxEg0YYIbNrSw/JqERegiYg1Ye/Sd qCxfMsDA6gDoP26VukWu8NNFK/xbQ+8c8hiqSSSdN8zyL2hNJIQ3RO1xfq760HUT36P8 kTzcm0khCd+Ne99tUnjCt8DET+M3tn7dMktZI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Zl5HJaTcxOz9FCu+d7OmpWwO3SSpXVgG9i6N80U+M5H93RfcVPmE8OP+dozqm74XCE S0kbxXTIDoc8Yuj1XhtBKGQqhhjyg0n7VfZ2KQ8+NUdhkLv188VB9Mhpq4YSn9/YkbQk d3IeGCa9ls0HX1enTZl4ILV2pudNEaR629YAI= Received: by 10.114.182.1 with SMTP id e1mr2503296waf.154.1219577900810; Sun, 24 Aug 2008 04:38:20 -0700 (PDT) Received: by 10.114.26.7 with HTTP; Sun, 24 Aug 2008 04:38:20 -0700 (PDT) Message-ID: Date: Sun, 24 Aug 2008 14:38:20 +0300 From: "Meir Yanovich" To: users@tomcat.apache.org Subject: How to block part of application based on ip filtering MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello all im using tomcat as the web server , and i have reverse proxy that redirect to the tomcat i like to be able to restrict the users that redirected from the reverse proxy server to be able to enter only one section of the application . now i was reading the configuration and i found only the possibility to allow / deny based on ip with : org.apache.catalina.valves.RemoteAddrValve , but how can i allow from ip x to enter only section Y of the application . thanks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org