[jboss-jira] [JBoss JIRA] (AS7-4098) mod_cluster subsystem does not take proxy-list attribute into account
Michal Babacek (JIRA)
jira-events at lists.jboss.org
Thu Mar 8 07:29:36 EST 2012
Michal Babacek created AS7-4098:
-----------------------------------
Summary: mod_cluster subsystem does not take proxy-list attribute into account
Key: AS7-4098
URL: https://issues.jboss.org/browse/AS7-4098
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.1.Final
Reporter: Michal Babacek
Assignee: Paul Ferraro
With the AS7 current master *{color:green}89daec9{color}*, the following configuration:
{code:lang=xml}
<subsystem xmlns="urn:jboss:domain:modcluster:1.0">
<mod-cluster-config proxy-list="perf05:8888">
<ssl password="tomcat" certificate-key-file="/tmp/Client/client-keystore.jsk" ca-certificate-file="/tmp/Client/client-keystore.jsk"/>
</mod-cluster-config>
</subsystem>
{code}
leads to the default, "advertising enabled" behaviour (e.g. might be related to [AS7-4095]):
{noformat}
[JBoss] 07:10:12,426 INFO [org.jboss.modcluster.ModClusterService] (MSC service thread 1-4) Initializing mod_cluster 1.2.0.Final
[JBoss] 07:10:12,473 INFO [org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl] (MSC service thread 1-4) Listening to proxy advertisements on 224.0.1.105:23364
{noformat}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list