Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 92622 invoked from network); 20 Apr 2007 05:51:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Apr 2007 05:51:11 -0000 Received: (qmail 25400 invoked by uid 500); 20 Apr 2007 05:51:04 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 25374 invoked by uid 500); 20 Apr 2007 05:51:04 -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 25363 invoked by uid 99); 20 Apr 2007 05:51:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 22:51:04 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of allienna@gmail.com designates 64.233.184.229 as permitted sender) Received: from [64.233.184.229] (HELO wr-out-0506.google.com) (64.233.184.229) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 22:50:56 -0700 Received: by wr-out-0506.google.com with SMTP id q50so791485wrq for ; Thu, 19 Apr 2007 22:50:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=O6st86bPqhS1DUM3+N8LsXQgtejxb27tGT68JkWk8o44nfSU3bTvH9X4pbXWx2w/nn0m3540BE8loIKXEo/awZ79sb0qyYTUkoPXLTkQC/gOPz41t1pEc0apcJTooNgfpUa1Tsz+kx7x4p6wVZC4L8Ga+hwROHDWiFnbcArUGIo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=WfurD3cwzkeeiuMZI9dHBNMOOUPiAOgh9GHLYMX+t5J1ea8/o5gAQEzgzKKQNfEH97T+UiZjYZFnvNbV5x60cT9lXhs0+hxs6uELYgOgPqAiPjKh3oJpaHjXAQGaOqj3t8Y2Tuk5itAz076bccvsgW6eLWci5jgyTC0Mm2vQ138= Received: by 10.114.66.2 with SMTP id o2mr1079302waa.1177048234043; Thu, 19 Apr 2007 22:50:34 -0700 (PDT) Received: by 10.114.203.17 with HTTP; Thu, 19 Apr 2007 22:50:33 -0700 (PDT) Message-ID: <927953f50704192250s267c30fm8692e75307f43b65@mail.gmail.com> Date: Fri, 20 Apr 2007 07:50:33 +0200 From: "=?ISO-8859-1?Q?Aur=E9lien_Allienne?=" To: "Tomcat Users List" Subject: CAS Filter Authentification MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_128477_30420961.1177048233981" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_128477_30420961.1177048233981 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm using a CAS Filter to authenticate user in Tomcat Administration and Manager. But I have a problem. I accept the certificate but I am not redirected to the CAS login page. I have write this in the web.xml of the admin webapps : CAS Filter edu.yale.its.tp.cas.client.filter.CASFilter edu.yale.its.tp.cas.client.filter.loginUrl https://auth.univ-lille2.fr/cas/login edu.yale.its.tp.cas.client.filter.validateUrl https://auth.univ-lille2.fr/cas/serviceValidate edu.yale.its.tp.cas.client.filter.serverName http://agenda.univ-lille2.fr:8080 edu.yale.its.tp.cas.client.filter.wrapRequest true CAS Filter /* and i put casclient-2.1.1.jar in the WEB-INF/lib/ Where is the problem? Cordially Aurelien Allienne ------=_Part_128477_30420961.1177048233981--