[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-447) ProxyInfo not available in Tomcat

Jean-Frederic Clere (JIRA) issues at jboss.org
Mon Jan 12 07:38:49 EST 2015


     [ https://issues.jboss.org/browse/MODCLUSTER-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Frederic Clere reassigned MODCLUSTER-447:
----------------------------------------------

    Assignee: Maxime Beck  (was: Jean-Frederic Clere)


it is the same issue we have in RHQ/JON wityh mod_cluster.
Only a String can work with the tomcat modeler, basically we need to have a method to return a String.

> ProxyInfo not available in Tomcat
> ---------------------------------
>
>                 Key: MODCLUSTER-447
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-447
>             Project: mod_cluster
>          Issue Type: Bug
>          Components: Core & Container Integration (Java)
>    Affects Versions: 1.2.10.Final
>         Environment: mod_cluster 1.2.10, Tomcat 7.0.57 
>            Reporter: Alexander Schulz
>            Assignee: Maxime Beck
>             Fix For: 1.2.10.Final
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the mod_cluster-issues mailing list