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 its_toas...@yahoo.com wrote: On 11/8/2012 12:29 PM, Christopher

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 its_toas...@yahoo.com

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.date.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

Re: Logging of user's login attempts

2012-11-09 Thread Jose MarĂ­a Zaragoza
2012/11/9 Christopher Gross cogr...@gmail.com 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

Logging of user's login attempts

2012-11-08 Thread Christopher Gross
Using Tomcat 6.0.36. Realm: Realm className=org.apache.catalina.realm.LockOutRealm failureCount=3 lockOutTime=30 Realm className=org.apache.catalina.realm.UserDatabaseRealm digest=SHA resourceName=UserDatabase / /Realm Is there a way that I

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: Realm className=org.apache.catalina.realm.LockOutRealm failureCount=3 lockOutTime=30 Realm className=org.apache.catalina.realm.UserDatabaseRealm digest=SHA resourceName=UserDatabase / /Realm Is there a way that I