Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 48856 invoked by uid 500); 29 May 2001 14:53:35 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 46683 invoked from network); 29 May 2001 14:50:44 -0000 Received: from unknown (HELO mail.cysive.com) (216.109.74.70) by h31.sny.collab.net with SMTP; 29 May 2001 14:50:44 -0000 Received: from SIFUENTESB ([38.203.101.48]) by mail.cysive.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id JK19H3PL; Tue, 29 May 2001 10:51:28 -0400 From: "Ben Sifuentes" To: Subject: RE: Using JDBCRealms Date: Tue, 29 May 2001 10:48:43 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <635802DA64D4D31190D500508B9B041082148C@dcsrv0> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I'm trying to utilize teh JDBCRealm also. I see you are trying to get some of the same information I am. Did you get a response for your previos e-mail -Ben -----Original Message----- From: William Kaufman [mailto:WKaufman@viquity.com] Sent: Friday, March 16, 2001 8:05 PM To: Tomcat Users (E-mail) Subject: Using JDBCRealms (Tomcat version 3.2.1.) I'm trying to use JDBCRealm to manage access to some static files. Is there any documentation for that? I've successfully configured authorization in web.xml (though it only seems to work if the files are under webapps/ROOT--that's OK for what I'm doing, but I am curious about why that is). But I can't seem to get JDBCRealm (or my own subclass of that) to get called. I've added, to my conf\server.xml, and commented out the SimpleRealm interceptor. JDBCRealm is on my classpath--"javap" can print it. And that JDBC connection works fine outside of JDBCRealms, so it's not a JDBC issue. Near as I can figure, Tomcat isn't even loading the class. Is there some debugging I can turn on in Tomcat to see what's going wrong? -- Bill K.