You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by bostko <gi...@git.apache.org> on 2016/11/09 13:50:05 UTC

[GitHub] brooklyn-server pull request #420: Specify custom bind port through org.apac...

GitHub user bostko opened a pull request:

    https://github.com/apache/brooklyn-server/pull/420

    Specify custom bind port through org.apache.brooklyn.osgilauncher.cfg

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bostko/brooklyn-server launch_custom_port

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-server/pull/420.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #420
    
----
commit 55da1304ea0b0ad5cc5fb1938523da5383cd8d19
Author: Valentin Aitken <bo...@gmail.com>
Date:   2016-11-09T13:48:09Z

    Specify custom bind port through org.apache.brooklyn.osgilauncher.cfg

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server issue #420: (WIP) Specify custom bind port through org.apach...

Posted by bostko <gi...@git.apache.org>.
Github user bostko commented on the issue:

    https://github.com/apache/brooklyn-server/pull/420
  
    Much more complicated task than I expected.
    The parameter should be passed to the server started by karaf (started by this module https://github.com/apache/brooklyn-server/tree/master/karaf/jetty-config)
    I'd be happy if someone takes this. It is very useful feature when testing and developing.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server issue #420: (WIP) Specify custom bind port through org.apach...

Posted by bostko <gi...@git.apache.org>.
Github user bostko commented on the issue:

    https://github.com/apache/brooklyn-server/pull/420
  
    Thank you.
    I added a note about that here https://github.com/apache/brooklyn-docs/pull/125


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server pull request #420: (WIP) Specify custom bind port through or...

Posted by bostko <gi...@git.apache.org>.
Github user bostko closed the pull request at:

    https://github.com/apache/brooklyn-server/pull/420


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server issue #420: (WIP) Specify custom bind port through org.apach...

Posted by neykov <gi...@git.apache.org>.
Github user neykov commented on the issue:

    https://github.com/apache/brooklyn-server/pull/420
  
    @bostko As you noticed the port is managed by Karaf, not by Brooklyn. You can configure another port in `org.ops4j.pax.web.cfg`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---