Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 4467 invoked from network); 4 Apr 2011 14:42:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Apr 2011 14:42:20 -0000 Received: (qmail 62262 invoked by uid 500); 4 Apr 2011 14:42:17 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 62118 invoked by uid 500); 4 Apr 2011 14:42:16 -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 62109 invoked by uid 99); 4 Apr 2011 14:42:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Apr 2011 14:42:16 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [193.252.22.152] (HELO smtp5.freeserve.com) (193.252.22.152) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Apr 2011 14:42:07 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3422.me.freeserve.com (SMTP Server) with ESMTP id 627B51C00086 for ; Mon, 4 Apr 2011 16:41:47 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3422.me.freeserve.com (SMTP Server) with ESMTP id 551581C0008B for ; Mon, 4 Apr 2011 16:41:47 +0200 (CEST) Received: from mail.homeinbox.net (customer13105.pool1.Reading-BRK4000-BAS0001.orangehomedsl.co.uk [91.109.179.56]) by mwinf3422.me.freeserve.com (SMTP Server) with ESMTP id 3456B1C00086 for ; Mon, 4 Apr 2011 16:41:47 +0200 (CEST) X-ME-UUID: 20110404144147214.3456B1C00086@mwinf3422.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mail.homeinbox.net (Postfix) with ESMTP id 257DEEAA8B3 for ; Mon, 4 Apr 2011 15:41:44 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from mail.homeinbox.net ([127.0.0.1]) by localhost (mail.homeinbox.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VdA05AF9GaU2 for ; Mon, 4 Apr 2011 15:41:39 +0100 (BST) Received: from [192.168.23.9] (study03.dev.local [192.168.23.9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.homeinbox.net (Postfix) with ESMTPSA id E60E5EAA86E for ; Mon, 4 Apr 2011 15:41:39 +0100 (BST) Message-ID: <4D99D8A0.8040001@apache.org> Date: Mon, 04 Apr 2011 15:41:36 +0100 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat 7.0 Manager/Host Manager authentication via Tomcat Realms -- is it possible at all? References: <4D99A6D7.6030604@apache.org> In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 04/04/2011 15:13, Andrew Kolchoogin wrote: >> You won't see any error messages from DataSourceRealm until you try and >> use it and it fails. > Trying to login is an usage attempt? It is gets as far as the DataSourceRealm, yes. >> Enabling debug logging for org.apache.catalina.realm should show you >> what is going on. > I'm not a Tomcat Guru -- what should I do with server.xml? Nothing :) Take a look at the comments at the end of CATALINA_BASE/conf/logging.properties org.apache.catalina.realm.level = FINE should be what you need. Also, make sure you check all the log files. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org