User Profile

Collapse

Profile Sidebar

Collapse
mjohns2839
mjohns2839
Last Activity: Oct 10 '07, 08:14 AM
Joined: Sep 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mjohns2839
    replied to How to get visitors IP Address?
    in Java
    I'm glad you are there for support. Being nitpicky is good. So you agree that this should go in the method getInetAddress?
    See more | Go to post

    Leave a comment:


  • mjohns2839
    replied to How to get visitors IP Address?
    in Java
    This sounds like what I intend to do in the To Do section of handling the getInetAddress method.

    Thanks.
    See more | Go to post

    Leave a comment:


  • mjohns2839
    replied to How to get visitors IP Address?
    in Java
    Jos thanks, this is shaping up. I'll post the new improved version by next week.
    I like the project with the array list where can I see the final code?


    package inetaddressapp;

    import java.io.*;
    import java.net.*;
    import java.lang.*;
    import javax.net.*;
    import javax.net.ssl.* ;
    import javax.security. auth.kerberos.* ;
    import org.ietf.jgss.* ;

    ...
    See more | Go to post

    Leave a comment:


  • mjohns2839
    replied to How to get visitors IP Address?
    in Java
    I don't think I meant to use Serversocket as a variable.
    See more | Go to post

    Leave a comment:


  • mjohns2839
    replied to How to get visitors IP Address?
    in Java
    How to get visitors IP Address

    Thanks to your help I have gotten this far. Could I get help with the
    "To Do Logic for getAddress and logfile". I don't know if this is process is possible or not. Also I am not sure about the code for the server accepting multiple threads.

    Thanks


    /*
    * InetAddressApp. java
    *
    *October 2, 2007, 10:46 AM
    *
    */...
    See more | Go to post
    Last edited by mjohns2839; Oct 2 '07, 06:17 PM. Reason: Not sure about the server accepting multiple threads code.

    Leave a comment:


  • mjohns2839
    replied to How to get visitors IP Address?
    in Java
    import java.io.*;
    import java.net.*;
    import java.lang.*;
    import javax.net.*;
    import javax.net.ssl.* ;
    import javax.security. auth.kerberos.* ;
    import org.ietf.jgss.* ;...
    See more | Go to post

    Leave a comment:


  • mjohns2839
    replied to How to get visitors IP Address?
    in Java
    Thats what I thought.

    Thanks...
    See more | Go to post

    Leave a comment:


  • mjohns2839
    replied to How to get visitors IP Address?
    in Java
    import java.lang:
    import java.net:
    import javax.net:
    import javax.net.ssl:
    import javax.security. auth.kerberos:
    import org.ietf.jgss:

    public class InetAddress extends Object implements Serializable

    Can anyone tell me why I am having a problem with these import statements?
    1) cannot find symbol
    symbol : class lang
    location: package java

    ...
    See more | Go to post

    Leave a comment:


  • mjohns2839
    replied to How to get visitors IP Address?
    in Java
    I probably can find this documentation at sun.com.

    Thanks....
    See more | Go to post

    Leave a comment:


  • mjohns2839
    started a topic How to get visitors IP Address?
    in Java

    How to get visitors IP Address?

    I am using Virtual.php and I have to write a program similar to this that reports the IP address of the user to the server. This is as much as I have so far.

    import java.lang
    import java.net
    import javax.net
    import javax.net.ssl
    import javax.security. auth.kerberos
    import org.ietf.jgss

    public class InetAddress extends Object implements Serializable

    Help...
    See more | Go to post
No activity results to display
Show More
Working...