Close Menu
    What's Hot

    The Compatibility Gap: What Modern Systems Actually Do to Legacy Interactive Content

    April 8, 2026

    XML::LibXML::Parser

    April 8, 2026

    XFBURN

    April 8, 2026
    Facebook X (Twitter) Instagram
    Command Linux
    • About
    • Man Pages
    • Arch Linux
    • Statistics
    • How to
      • Q&A
    • OS
      • Windows
    • Blog
      • Featured
    • MORE
      • Easter Eggs
      • IP Address
    • Write For Us
    • Contact Us
    Command Linux
    Home - man page - rmiregistry

    rmiregistry

    WillieBy WillieFebruary 9, 2026Updated:February 9, 2026No Comments2 Mins Read

    Name

    rmiregistry – The Java Remote Object Registry

    The rmiregistry command starts a remote object registry on the specified port on the current host.

     

    SYNOPSIS

    
    rmiregistry [port]
    
    

     

    DESCRIPTION

    The rmiregistry command creates and starts a remote object registry on the specified port on the current host. If port is omitted, the registry is started on port 1099. The rmiregistry command produces no output and is typically run in the background. For example:

    rmiregistry &

    A remote object registry is a bootstrap naming service that is used by RMI servers on the same host to bind remote objects to names. Clients on local and remote hosts can then look up remote objects and make remote method invocations.

    The registry is typically used to locate the first remote object on which an application needs to invoke methods. That object in turn will provide application-specific support for finding other objects.

    The methods of the java.rmi.registry.LocateRegistry class are used to get a registry operating on the local host or local host and port.

    The URL-based methods of the java.rmi.Naming class operate on a registry and can be used to look up a remote object on any host, and on the local host: bind a simple (string) name to a remote object, rebind a new name to a remote object (overriding the old binding), unbind a remote object, and list the URLs bound in the registry.

     

    OPTIONS

    -J
    Used in conjunction with any java option, it passes the option following the -J (no spaces between the -J and the option) on to the java interpreter.

    Willie
    • Website

    Willie has over 15 years of experience in Linux system administration and DevOps. After managing infrastructure for startups and enterprises alike, he founded Command Linux to share the practical knowledge he wished he had when starting out. He oversees content strategy and contributes guides on server management, automation, and security.

    Related Posts

    XML::LibXML::Parser

    April 8, 2026

    XFBURN

    April 8, 2026

    WRAP-AND-SORT

    April 8, 2026

    col2

    April 8, 2026
    Top Posts

    How To Use Linux Kill Process By Name

    February 26, 2026

    UNLINK

    February 26, 2026

    Fuse Patterson Login

    March 11, 2026

    ACL

    February 2, 2026
    • Home
    • Contact Us
    • Privacy Policy
    • Terms of Use

    Type above and press Enter to search. Press Esc to cancel.