Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 83927 invoked from network); 23 Oct 2004 21:53:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Oct 2004 21:53:39 -0000 Received: (qmail 56365 invoked by uid 500); 23 Oct 2004 21:53:12 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 56258 invoked by uid 500); 23 Oct 2004 21:53:11 -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 56242 invoked by uid 99); 23 Oct 2004 21:53:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [209.11.145.3] (HELO mars.webappcabaret.net) (209.11.145.3) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 23 Oct 2004 14:53:10 -0700 Received: (qmail 10678 invoked by uid 5130); 23 Oct 2004 21:53:01 -0000 Received: from subscriber@e-denton.com by d7000 by uid 5080 with qmail-scanner-1.20rc1 (spamassassin: 2.x. Clear:RC:0:SA:0(0.8/10.0):. Processed in 0.176583 secs); 23 Oct 2004 21:53:01 -0000 X-Spam-Status: No, hits=0.8 required=10.0 Received: from unknown (HELO hardpc) (subscriber:e-denton.com@68.191.217.38) by 172.16.1.3 with SMTP; 23 Oct 2004 21:53:00 -0000 Message-ID: <000b01c4b94a$b326cf00$6400a8c0@hardpc> Reply-To: "e-Denton Subscriber" From: "e-Denton Subscriber" To: "Tomcat Users List" References: <9C5166762F311146951505C6790A9CF80229C3E9@US-VS1.corp.mpi.com> <000701c4b944$3aede380$6400a8c0@hardpc> Subject: Re: BASIC authentication without Popup Verification window Date: Sat, 23 Oct 2004 16:53:14 -0500 Organization: e-Denton.com MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Nevermind. I had a 401 page defined in web.xml, so it was being sent there instead of the browser. My mistake. ----- Original Message ----- From: "e-Denton Subscriber" To: "Tomcat Users List" Sent: Saturday, October 23, 2004 4:06 PM Subject: BASIC authentication without Popup Verification window > Hi! > > I can't figure out why my BASIC authorization isn't working for my app. The > pages show up as 401 Not Authorized, but no popup authorization window pops > up! Further, the admin and manager apps are working using my JDBCRealm > (:Enter Password" window does pop up). Help appreciated. > > server.xml: > ----------- > > > className="org.apache.catalina.realm.JDBCRealm" > debug="99" > driverName="com.mysql.jdbc.Driver" > connectionURL="jdbc:mysql://127.0.0.1:3306/myDB" > connectionName="myUser" > connectionPassword="myPassword" > userTable="users" userNameCol="user_name" userCredCol="user_pass" > userRoleTable="user_roles" roleNameCol="role_name" /> > > web.xml: > -------- > > > Maintenance > /maint/* > /maintenance.do > > > manager > > > > > BASIC > Portal > > > > manager > manager > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org