>    Any way to "capture" the ip address from the http request or something
>    like that?  It is a java application running under tomcat with apache as
>    the web server.

By default, the client IP address is the first field of the Apache
access log file.  A clever attacker will spoof it, else use a
compromised botnet rather than one's own machines.

 http://httpd.apache.org/docs/2.4/logs.html#common

HtH
/Randall
_______________________________________________
LinuxUsers mailing list
LinuxUsers@socallinux.org
http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers

Reply via email to