Uploaded image for project: 'Byteman'
  1. Byteman
  2. BYTEMAN-138

Change default rmi port number.

    XMLWordPrintable

Details

    • Hide

      Include the rule shown below in your script. It side-effects the background thread causing it to use port 1099.

      RULE configure rmi host
      CLASS JMXHelper
      METHOD rmiHost()
      IF TRUE
      DO RETURN 1099
      ENDRULE

      Show
      Include the rule shown below in your script. It side-effects the background thread causing it to use port 1099. RULE configure rmi host CLASS JMXHelper METHOD rmiHost() IF TRUE DO RETURN 1099 ENDRULE

    Description

      The default port number of rmi servers is 1099.

      When support was added for registering a bean with the server the wrong number was used.

      This patch corrects the number.

      Attachments

        Activity

          People

            rhn-engineering-adinn Andrew Dinn
            jwhiting@redhat.com Jeremy Whiting
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: