Dec 11, 2002 #1 argus77 Programmer Dec 10, 2002 3 CA Say I want to get everyone's IP address who accesses my site and log that IP with their activity in a log file. How would I go about this? Thanks!
Say I want to get everyone's IP address who accesses my site and log that IP with their activity in a log file. How would I go about this? Thanks!
Dec 11, 2002 Thread starter #2 argus77 Programmer Dec 10, 2002 3 CA Let me clarify that by saying I want to log the IP using either JSPs or servlets, and write what information i want to a log file. I can use request.getRemoteAddr() to get the IP, now how do I write it to a log file Thanks! Upvote 0 Downvote
Let me clarify that by saying I want to log the IP using either JSPs or servlets, and write what information i want to a log file. I can use request.getRemoteAddr() to get the IP, now how do I write it to a log file Thanks!