Re: Logging of user's login attempts

2012-11-09 Thread Jose MarĂ­a Zaragoza
2012/11/9 Christopher Gross > > Perhaps > someone else who has done this can chime in, but I'll keep looking around. > I think you got me started on the right track. > Well, I'm used to extending UserDatabaseRealm class and to configure Tomcat with it, so I can have more control , by example

Re: Logging of user's login attempts

2012-11-09 Thread Christopher Gross
Mark, I already had it down to FINE, but I switched it to FINEST but I still didn't get the realm..txt file to show up. Perhaps the control lines (the ones with "MESSAGES" in them) aren't quite right for realm, but that's how your clustering setup works. Perhaps someone else who has done this ca

Re: Logging of user's login attempts

2012-11-09 Thread Mark Eggers
On 11/9/2012 6:04 AM, Christopher Gross wrote: Hi Mark. Thanks for the suggestion -- but I'm not getting the realm log file. That all looks like it should work, maybe there's just a little something that I'm missing. -- Chris On Thu, Nov 8, 2012 at 4:26 PM, Mark Eggers wrote: On 11/8/2012

Re: Logging of user's login attempts

2012-11-09 Thread Christopher Gross
Hi Mark. Thanks for the suggestion -- but I'm not getting the realm log file. That all looks like it should work, maybe there's just a little something that I'm missing. -- Chris On Thu, Nov 8, 2012 at 4:26 PM, Mark Eggers wrote: > On 11/8/2012 12:29 PM, Christopher Gross wrote: > >> Using T

Re: Logging of user's login attempts

2012-11-08 Thread Mark Eggers
On 11/8/2012 12:29 PM, Christopher Gross wrote: Using Tomcat 6.0.36. Realm: Is there a way that I can set it up to do user login auditing, so that I can see when a user logs in, or when they have a failed attempt, etc? Been trying to google an answer, but I haven't been finding anything use

Logging of user's login attempts

2012-11-08 Thread Christopher Gross
Using Tomcat 6.0.36. Realm: Is there a way that I can set it up to do user login auditing, so that I can see when a user logs in, or when they have a failed attempt, etc? Been trying to google an answer, but I haven't been finding anything useful or specific. Let me kno