Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-447

ProxyInfo not available in Tomcat

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.2.10.Final
    • 1.2.10.Final
    • Core + SPIs
    • None

    Description

      I'm looking for a way to read proxy informations from within an application deployed on a Tomcat 7.

      With the jboss cli I can read the proxies info like this:
      /host=xyz/server=abc/subsystem=modcluster:read-proxies-info()

      I looked for the ModClusterListener MBean methods and properties in Tomcat 7. I found this method in ModClusterListener:
      /**

      • {@inhericDoc}

        *

      • @see org.jboss.modcluster.ModClusterServiceMBean#getProxyInfo()
        */
        @Override
        public Map<InetSocketAddress, String> getProxyInfo() { return this.service.getProxyInfo(); }

      The problem is that I found no proxyInfo method or attribute at the ModClusterListener MBean.

      Attachments

        Activity

          People

            rhn-engineering-rhusar Radoslav Husar
            arunge Alexander Schulz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: