RE: [OT] Configuring a Realm

2009-01-14 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: [OT] Configuring a Realm > > Why are you apprehensive about using the same database > (Datasource?) for both authentication /and/ application use? Because I like to keep distinct things separate. Comi

Re: [OT] Configuring a Realm

2009-01-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: > Are you using the same database for both application usage and > authentication? That's odd, but doable. Why are you apprehensive about using the same database (Datasource?) for both authentication /and/ applicat

RE: Configuring a Realm

2009-01-06 Thread Charl Gerber
Subject: RE: Configuring a Realm > To: "Tomcat Users List" > Date: Tuesday, 6 January, 2009, 4:21 PM > > From: Charl Gerber [mailto:charlger...@yahoo.com] > > Subject: Configuring a Realm > > > I know I somehow have to configure the > > > to use my new Realm

RE: Configuring a Realm

2009-01-06 Thread Charl Gerber
> No, you don't, other than to indicate the > authentication mechanism. The presence of the > element inside your webapp's should be > sufficient to cause Tomcat to use it. That's what I thought, but my Realm is just ignored and the one that is present by default when installing Tomcat is used

RE: Configuring a Realm

2009-01-06 Thread Caldarale, Charles R
> From: Charl Gerber [mailto:charlger...@yahoo.com] > Subject: Configuring a Realm > I know I somehow have to configure the > to use my new Realm, but how? No, you don't, other than to indicate the authentication mechanism. The presence of the element inside your we

Configuring a Realm

2009-01-05 Thread Charl Gerber
Hi, Using Tomcat 6.0.14, I need some help. I have left the default server.xml mostly unchanged, except for the configuration of a global datasource. For my application, I have created a Realm in its context.xml which is suppose to be used for authentication, but Tomcat continues to use the defa