shetc wrote: > Ah, just spotted the JDBCAccessLogValve class. I guess that will clue me in > :-)
It won't. You want the RemoteAddressValve. A couple of pointers you can use or ignore as you see fit: - Use a filter rather than a valve. It is more portable. - Cache the list of balcklisted IPs if at all possible - you don't want a DB lookup on every single request. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org