You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Jesse Ramos (JIRA)" <ji...@apache.org> on 2009/07/17 23:51:14 UTC

[jira] Created: (WINK-110) Make server hostname and port configurable for integration tests

Make server hostname and port configurable for integration tests
----------------------------------------------------------------

                 Key: WINK-110
                 URL: https://issues.apache.org/jira/browse/WINK-110
             Project: Wink
          Issue Type: Test
          Components: Testsuite
    Affects Versions: 0.1
            Reporter: Jesse Ramos
            Assignee: Jesse Ramos
            Priority: Minor


Currently the hostname and port number used by the integration tests are hardcoded in the pom.xml to be localhost:8080.  Making this configurable via Java properties to allow testing in other web containers in the future where these may need to be configured.  One such container is WebSphere which uses the port 9080 by default.  The default will still be localhost:8080

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WINK-110) Make server hostname and port configurable for integration tests

Posted by "Jesse Ramos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Ramos resolved WINK-110.
------------------------------

    Resolution: Fixed

Custom server hostname and port number can be used to run the integration tests by passing in these properties:

-Dwink.server.hostname=myhost.mydomain -Dwink.server.port=9080

> Make server hostname and port configurable for integration tests
> ----------------------------------------------------------------
>
>                 Key: WINK-110
>                 URL: https://issues.apache.org/jira/browse/WINK-110
>             Project: Wink
>          Issue Type: Test
>          Components: Testsuite
>    Affects Versions: 0.1
>            Reporter: Jesse Ramos
>            Assignee: Jesse Ramos
>            Priority: Minor
>
> Currently the hostname and port number used by the integration tests are hardcoded in the pom.xml to be localhost:8080.  Making this configurable via Java properties to allow testing in other web containers in the future where these may need to be configured.  One such container is WebSphere which uses the port 9080 by default.  The default will still be localhost:8080

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WINK-110) Make server hostname and port configurable for integration tests

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WINK-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732774#action_12732774 ] 

Hudson commented on WINK-110:
-----------------------------

Integrated in Wink-Trunk-JDK1.5 #17 (See [http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK1.5/17/])
    [] Allow server hostname and port number to be configurable for integration tests


> Make server hostname and port configurable for integration tests
> ----------------------------------------------------------------
>
>                 Key: WINK-110
>                 URL: https://issues.apache.org/jira/browse/WINK-110
>             Project: Wink
>          Issue Type: Test
>          Components: Testsuite
>    Affects Versions: 0.1
>            Reporter: Jesse Ramos
>            Assignee: Jesse Ramos
>            Priority: Minor
>
> Currently the hostname and port number used by the integration tests are hardcoded in the pom.xml to be localhost:8080.  Making this configurable via Java properties to allow testing in other web containers in the future where these may need to be configured.  One such container is WebSphere which uses the port 9080 by default.  The default will still be localhost:8080

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.