Uploaded image for project: 'JBoss A-MQ'
  1. JBoss A-MQ
  2. ENTMQ-665

ActiveMQ Web Console URL log output hard coded to localhost

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • JBoss A-MQ 6.2
    • None
    • None
    • None

    Description

      The following message is logged even if the Jetty Server Host is set to a specific IP:

      INFO | ActiveMQ WebConsole available at http://localhost:8161/
      

      Looking at org/apache/activemq/web/WebConsoleStarter.java, the URL is hard coded to localhost:

      // for embedded console log what port it uses
              if ("embedded".equals(webconsoleType)) {
                  // show the url for the web consoles / main page so people can spot it
                  String port = System.getProperty("jetty.port");
                  if (port != null) {
                      LOG.info("ActiveMQ WebConsole available at http://localhost:{}/", port);
                  }
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-jsherman Jason Sherman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: