Results 1 to 4 of 4

Thread: Who starts the RMI-Registry?

  1. #1

    Default Who starts the RMI-Registry?

    Hi all,

    my question is: Who starts the RMI-Registry?
    Have I to do it manually? Or does Spring providing a way for doing this?

    Thanks.

  2. #2
    Join Date
    Aug 2004
    Location
    Carlisle, UK
    Posts
    184

    Default

    I think org.springframework.remoting.rmi.RmiServiceExporte r will do this for you.
    Chris Harris
    Carlisle, UK

  3. #3
    Join Date
    Aug 2004
    Location
    Linz, Austria
    Posts
    391

    Default

    Yes, RmiServiceExporter will implicitly start an RMI registry if none is found at the specified "registryPort" (by default: 1099). So you have two options: either start an external registry and let RmiServiceExporter access it, or let RmiServiceExporter start an internal registry.

    Juergen

  4. #4

    Default Thanks

    Hi all,

    thanks for quick reply, will try it.

    Bello

Similar Threads

  1. Problem: Binding RMI service to registry
    By Fito10 in forum Remoting
    Replies: 1
    Last Post: May 25th, 2010, 07:36 AM
  2. RMI Registry is not shutdown
    By vpesochi in forum Remoting
    Replies: 5
    Last Post: Jul 26th, 2005, 09:20 AM
  3. Possible?: flow terminates and starts new flow?
    By Colin Yates in forum Web Flow
    Replies: 2
    Last Post: Jul 1st, 2005, 03:18 AM
  4. Replies: 1
    Last Post: Jun 23rd, 2005, 05:15 AM
  5. JDBC + SqlOperation registry
    By Martin Kersten in forum Data
    Replies: 0
    Last Post: Apr 15th, 2005, 09:16 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
  •