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 5439D10A12 for ; Fri, 13 Dec 2013 16:25:32 +0000 (UTC) Received: (qmail 7018 invoked by uid 500); 13 Dec 2013 16:25:27 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 6806 invoked by uid 500); 13 Dec 2013 16:25:26 -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 6797 invoked by uid 99); 13 Dec 2013 16:25:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2013 16:25:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aw@ice-sa.com designates 212.85.38.229 as permitted sender) Received: from [212.85.38.229] (HELO tor.combios.es) (212.85.38.229) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2013 16:25:18 +0000 Received: from [10.55.127.199] (unknown [82.113.106.199]) (Authenticated sender: andre.warnier@ice-sa.com) by tor.combios.es (Postfix) with ESMTPA id 0E3573C0223 for ; Fri, 13 Dec 2013 17:25:21 +0100 (CET) Message-ID: <52AB34DB.9030003@ice-sa.com> Date: Fri, 13 Dec 2013 17:24:59 +0100 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: Tomcat Users List User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: LDPA Authentication Failure References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org C�dric Couralet wrote: ... > > Is it really the definition that you have in server.xml or is a typo? > As it is written, the Realm has no attribute which may explain the > localhost in the message (default in JNDI). > and Cedric means : > Is it really the definition that you have in server.xml or is a typo? > As it is written the Realm has no attribute, (comma) > which may explain the > localhost in the message (default in JNDI). That's because you have : ... text ... So in fact has one attribute ("className"), but not the other ones that you thought it has. (By the way, that was still a good catch from Cedric. I had to re-read the whole thing at leat 3 times before I saw it myself and understood what he meant.) --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org