"Jonathan Silvergran, SM3OJR" wrote:
>
> BUT - what if every possible Q & A were to be found in the
> archives? Then there would be zero traffic on the list, right?
>
I kinda though a really complete FAQ was a good thing :-)
Besides, there's a bunch of confusing new stuff coming
down the pipe with the 2.3 spec, so the risk of running
out of good questions is low.
Christian Petersen wrote:
>
> public interface ServletRequest {
> public abstract String getRemoteAddr( );
> // This will give you the ip
>
It will give you somebody's IP address, but sometimes
it might not really be the user's IP address (think
WAP phones, or AOL users, see the archives). If you
just want to log something, and don't much care if
it's 100%, then no worries. But I mention the problems
because some people really, really want to use the
IP/hostname to identify users, and that can be tricky.
-cks
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html