Results 1 to 2 of 2

Thread: how programmatically stop rmi server

  1. #1
    Join Date
    Oct 2007
    Posts
    1

    Default how programmatically stop rmi server

    Hi , I am using spring remoting -- RMI. Everething works fine. But I really don't know how can I stop RMI server.

    Thanks in advance.

  2. #2
    Join Date
    May 2011
    Location
    Madrid (Spain)
    Posts
    101

    Default

    Hi, the RMI registry you cannot stop programmatically. But you can stop your service (bound to the RMI registry). You should invoke a custom method to cleanly shutdown your service and then unbindit from the registry.

Tags for this Thread

Posting Permissions

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