Results 1 to 4 of 4

Thread: Remoting fail-over with RMI

  1. #1
    Join Date
    Feb 2005
    Location
    Prague
    Posts
    5

    Default Remoting fail-over with RMI

    Cheers!

    The question is simple. How to achieve some sort of fail over. What I want is ability of client to seamlesly reconnect to server that has become unavailable - e.g. restart of the server. Is it currently possible to implement/configure such behavior in the spring? Could aspect framework help?

    Even better solution would allow to reconnect to some sort of backup server in case of a main server unavailability - transparent fail over. In addition one might want to implement load balancing, etc.

    I know, this is far more complex issue, if anyone tried this with Spring I would appreciate any advice.


    Marcel

  2. #2
    Join Date
    Jul 2006
    Posts
    2

    Default

    Hi,

    I have the same problem here.

    I have got a server an I export some beans via RMI.
    There is also a client connection to the above server.

    Can someone help me, or at least point me to some information, how I can make the client reconnect to the server, after the server was restarted, without restarting the client.

    Any help is appreciated,
    thx Gerwin

  3. #3
    Join Date
    Nov 2004
    Location
    Hilversum - The Netherlands
    Posts
    1,054

    Default

    You could have a look at the following jira issue
    http://opensource.atlassian.com/proj...rowse/SPR-1350

  4. #4
    Join Date
    Jul 2006
    Posts
    2

    Smile

    That's not exactly what I was looking for,
    but it was a good starting point and directed me in the direction to solve the problem.

    Thanks very much,
    Gerwin

Similar Threads

  1. Spring, Remoting and Spring Rich Client
    By shaby775 in forum Swing
    Replies: 9
    Last Post: Jan 6th, 2011, 07:30 AM
  2. CORBA remoting
    By karaznie in forum Remoting
    Replies: 5
    Last Post: Sep 5th, 2006, 09:46 AM
  3. Best way to deploy RMI remoting
    By ryan_marsh in forum JMS
    Replies: 0
    Last Post: Aug 21st, 2005, 09:45 AM
  4. Replies: 1
    Last Post: Apr 8th, 2005, 10:20 AM
  5. Remoting Factory Objects
    By ibbo in forum Remoting
    Replies: 0
    Last Post: Sep 20th, 2004, 08:17 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
  •