[arquillian-issues] [JBoss JIRA] (ARQ-1847) Support specifying JMX RMI server port

Stephen Coy (JIRA) issues at jboss.org
Fri Sep 5 22:25:59 EDT 2014


    [ https://issues.jboss.org/browse/ARQ-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999654#comment-12999654 ] 

Stephen Coy commented on ARQ-1847:
----------------------------------

Note:
org.jboss.arquillian.container.tomcat.CommonTomcatConfiguration contains the following two public setters:
{code:java}
public void setJmxUri(URI jmxUri)
public void setManagerUrl(URL managerUrl)
{code:java}
which implies that they are configurable from arquillian.xml. However, these are both overwritten during validation.

Therefore I'm tempted to remove these setters altogether.


> Support specifying JMX RMI server port
> --------------------------------------
>
>                 Key: ARQ-1847
>                 URL: https://issues.jboss.org/browse/ARQ-1847
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Tomcat Containers
>    Affects Versions: tomcat_1.0.0.CR7
>            Reporter: Stephen Coy
>            Assignee: Stephen Coy
>
> This additional configuration is necessary to support remote deployments behind firewalls



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the arquillian-issues mailing list