0 Replies Latest reply on Jan 21, 2017 6:24 AM by sonyjop

    Using default port for Jetty in Karaf

    sonyjop

      I am using JBoss Fuse and I want to use Jetty component as a consumer in my route as below:

       

      from("jetty:http://0.0.0.0:8181/myservice") which results in a address already bind exception in karaf.

       

      I understand that Karaf's default Jetty port is 8181 and it is giving a conflict.

       

      My intention is to re-use karaf's default port in my routes. Kindly suggest.