Sergey created CAMEL-9041:
------------------------------
Summary: 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
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)