Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 87612 invoked from network); 13 Aug 2002 13:33:16 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Aug 2002 13:33:16 -0000 Received: (qmail 21120 invoked by uid 97); 13 Aug 2002 13:33:26 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 21104 invoked by uid 97); 13 Aug 2002 13:33:25 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 21086 invoked by uid 98); 13 Aug 2002 13:33:25 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: Tue, 13 Aug 2002 08:32:50 -0500 (CDT) From: frank delin To: Tomcat Users List Subject: Re: Can authentication to webapps be controlled by Apache HTTPD serve r rather than tomcat? In-Reply-To: <5.1.0.14.2.20020813083435.038eae08@shell.visi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Do you have any reason as to why it works with the ajp13 connector but not coyote. I would prefer to use coyote for the Mbean stuff. Thanks, Frank On Tue, 13 Aug 2002, Jacob Kjome wrote: > > Yes, but you have to add tomcatAuthentication="false" to your ajp13 > connector in server.xml. Also, this doesn't seem to work with the Coyote > connector, only with the normal ajp13. connector. > > Once you've done this, do your athentication through Apache and use > request.getRemoteUser() to get the name of the user who successfully logged > in through Apache. > > Jake > > At 01:49 PM 8/13/2002 +0100, you wrote: > > > -- To unsubscribe, e-mail: For additional commands, e-mail: