Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 61081 invoked from network); 30 Sep 2008 03:41:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2008 03:41:04 -0000 Received: (qmail 35007 invoked by uid 500); 30 Sep 2008 03:40:50 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 34976 invoked by uid 500); 30 Sep 2008 03:40:50 -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 34965 invoked by uid 99); 30 Sep 2008 03:40:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 20:40:50 -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 mohitanchlia@gmail.com designates 74.125.78.150 as permitted sender) Received: from [74.125.78.150] (HELO ey-out-1920.google.com) (74.125.78.150) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 03:39:45 +0000 Received: by ey-out-1920.google.com with SMTP id 4so959708eyg.12 for ; Mon, 29 Sep 2008 20:40:01 -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=dY6unMOIBkiiNosdMoKW76jkD7JB+cu5/x62Ps9Ew74=; b=eTjpCRvmXWaq80LjNwOqXj+VcuodmaQBHs5pJv1ShKgqy6dmIifJ9a/jf/hwE5n2q6 01nxRqj9BQklESB+O9fprO2nmYJ1C4EBqckSQt03jB+4LQx1iKKwD6U2c4x/KyPHsP7N nWaVBXbb01BEDvaPPaKoEmAdc4rfQYS9xN+QI= 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=Hxe5RxHZ+nOVe67tBYsctu3s4x0boc5vIFOtFVoFHzSoKhY7WjzKXXf9qnqL8V/GGU iBVPYzUeJBWm48CoMB0xInAte2MYAr38CDizuRQ/kUb5+rRE9YzwhAtmyQmRxaZQ+3zn +LOMcGF8OUJfpoibRX5ybUqFcLfdHE8ADvCcU= Received: by 10.210.52.9 with SMTP id z9mr7296209ebz.52.1222746001910; Mon, 29 Sep 2008 20:40:01 -0700 (PDT) Received: by 10.210.67.6 with HTTP; Mon, 29 Sep 2008 20:40:01 -0700 (PDT) Message-ID: <2dfefcd20809292040o7013e2ceka76b53320ff8b842@mail.gmail.com> Date: Mon, 29 Sep 2008 20:40:01 -0700 From: "Mohit Anchlia" To: users@tomcat.apache.org Subject: Tomcat Logging and URL rewrite 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 Is it possible to rewrite URL in tomcat like apache web server. I need to convert abc.com/A to abc.com/B. Also catalina.out is just writing infomation at level INFO. I changed the level to ALL in logging.properties but still I don't see DEBUG logs. Is there a way to debug this problem? --------------------------------------------------------------------- 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