Results 1 to 1 of 1

Thread: how to get client'S URL when using rmi in spring

  1. #1
    Join Date
    Mar 2009
    Posts
    1

    Default how to get client'S URL when using rmi in spring

    just want to do simple authentication, so i wonder know that if
    the server object can get client's URL or sth. else.
    the only method i can find is to pass the piece of message as parameter in rmi message,like this

    (serviceInterface) a=(serviceInterface) b.getObject();
    a.doAuthentication(String url);
    Last edited by yyaza; Mar 23rd, 2009 at 02:24 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •