You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Sergey (JIRA)" <ji...@apache.org> on 2015/08/04 16:03:04 UTC

[jira] [Commented] (CAMEL-9041) Is it possible to reuse http port on karaf

    [ https://issues.apache.org/jira/browse/CAMEL-9041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14653682#comment-14653682 ] 

Sergey  commented on CAMEL-9041:
--------------------------------

Claus, 

I agree about forum/mailing list, but camel *documentation* is a bit unclear anyway in this case. 

Try to look at camel-jetty component page having in mind what you don't know anything about it. There is *nothing* about port number at all. There is no link to similar (but different) camel-servlet component, and no any description when each of two components should be used.

> Is it possible to reuse http port on karaf
> ------------------------------------------
>
>                 Key: CAMEL-9041
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9041
>             Project: Camel
>          Issue Type: Wish
>          Components: camel-jetty
>         Environment: karaf 3.0.x
>            Reporter: Sergey 
>            Priority: Minor
>
> Its not clear from component documentation how to reuse the same port when running on karaf. For example, webconsole and hawtion using port 8181, but if I try to specify jetty endpoint as:
> {code:xml}
> <endpoint id="jetty-ep" uri="jetty:http://0.0.0.0:8181/suffix?matchOnUriPrefix=true"/>
> {code}
> then I've got an error during endpoint init (java.net.BindException: Address already in use).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)