-
Nov 22nd, 2009, 12:17 PM
#1
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.
-
Mar 26th, 2012, 11:08 AM
#2
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
-
Forum Rules