[arquillian-issues] [JBoss JIRA] Commented: (ARQ-269) Consolidate the remote host configuration for GlassFish Remote

Dan Allen (JIRA) jira-events at lists.jboss.org
Wed Oct 6 18:02:39 EDT 2010


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

Dan Allen commented on ARQ-269:
-------------------------------

Correct, we can't always assume they will be the same. But if they don't provide a specific remoteServerAdminAddress, then we want to be able to build the deployment URI using the remoteServerAddress (since that's all the information we have, we assume it's the same).

What I'm saying in essence is that we should try to assemble the deployment URI intelligently from bits of facts rather than forcing them to specify that whole cryptic string. This can all be done in a post-construct method.

> Consolidate the remote host configuration for GlassFish Remote
> --------------------------------------------------------------
>
>                 Key: ARQ-269
>                 URL: https://jira.jboss.org/browse/ARQ-269
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: GlassFish Containers
>    Affects Versions: 1.0.0.Alpha3
>            Reporter: Dan Allen
>            Assignee: Dan Allen
>            Priority: Minor
>             Fix For: 1.0.0.Beta1
>
>
> In order for the GlassFish Remote container to target a remote host (rather than localhost), two separate properties must be set:
> deploymentUri
> remoteServerAddress
> The deploymentUri should really be an internal setting, dynamically set based on the following two configuration values:
> remoteServerAddress
> remoteServerAdminPort
> This hides the more cryptic deploymentUri value and exposes more user-friendly configuration, less prone to errors.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list