[jboss-jira] [JBoss JIRA] Commented: (AS7-1318) CommonContainerConfiguration should contain managementAddress
Rostislav Svoboda (JIRA)
jira-events at lists.jboss.org
Tue Jul 19 03:27:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614962#comment-12614962 ]
Rostislav Svoboda commented on AS7-1318:
----------------------------------------
So why are in CommonContainerConfiguration attributes httpPort and jmxPort? ARQ must know that jmx and http are accessible on 10.34.3.154 and management is accessible on 127.0.0.1.
{code}
<interfaces>
<interface name="management">
<inet-address value="127.0.0.1"/>
</interface>
<interface name="publicIP">
<inet-address value="10.34.3.154"/>
</interface>
</interfaces>
<socket-binding-group name="standard-sockets" default-interface="publicIP">
<socket-binding name="http" port="8080"/>
<socket-binding name="https" port="8443"/>
<socket-binding name="jmx-connector-registry" port="1090"/>
<socket-binding name="jmx-connector-server" port="1091"/>
<socket-binding name="jndi" port="1099"/>
<socket-binding name="osgi-http" port="8090"/>
<socket-binding name="remoting" port="4447"/>
<socket-binding name="txn-recovery-environment" port="4712"/>
<socket-binding name="txn-status-manager" port="4713"/>
</socket-binding-group>
{code}
> CommonContainerConfiguration should contain managementAddress
> -------------------------------------------------------------
>
> Key: AS7-1318
> URL: https://issues.jboss.org/browse/AS7-1318
> Project: Application Server 7
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 7.0.0.Final
> Reporter: Rostislav Svoboda
> Assignee: Andrew Rubinger
> Fix For: 7.1.0.Alpha1
>
>
> CommonContainerConfiguration (org.jboss.as.arquillian.container) should contain managementAddress.
> AS7 can be configured to use different IP addresses for management and public interface.
> This could be problem for testing in remote mode.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list