Re: LockOutRealm IP logging

2012-04-16 Thread Oliver Kohll - Mailing Lists
On 16 Apr 2012, at 14:53, Daniel Mikusa wrote: >> Hello, >> >> Is it possible to get LockOutRealm to include the client's IP address > > Not as convenient, but if you have an access log enabled you should be able > to find the IP address in there. > > Dan Thanks, I've now set up FastCommonAc

LockOutRealm IP logging

2012-04-16 Thread Oliver Kohll - Mailing Lists
inistrator" Regards Oliver Kohll - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Fwd: auth-constraint in web.xml in tomcat 5.5.15

2006-02-06 Thread Oliver Kohll
Oops no it didn't, my mistake. The app now doesn't prompt for authentication at all. Is there a way of getting it to work so that the authentication is used but you don't have to hard code roles in web.xml? Regards, Oliver Begin forwarded message: From: Oliver Kohll &l

Re: auth-constraint in web.xml in tomcat 5.5.15

2006-02-06 Thread Oliver Kohll
Thanks. Commenting out the got the result I want. Oliver On 3 Feb 2006, at 17:54, Mark Thomas wrote: Oliver Kohll wrote: Hi, I have security for a web application managed by a DataSource database realm. Using tomcat 5.5.14 this works fine but in 5.5.15 there seems to be a problem

auth-constraint in web.xml in tomcat 5.5.15

2006-02-03 Thread Oliver Kohll
Hi, I have security for a web application managed by a DataSource database realm. Using tomcat 5.5.14 this works fine but in 5.5.15 there seems to be a problem. My application's web.xml contains portalBase Application /* *