Hello,
I have a question about the behavior of the jetty component when in an
OSGi environment (such as in ServiceMix). If I have two bundles each with a
camel context where one has a route such as:
<from uri="jetty:http://0.0.0.0:8080/"/>
...
and the other has a route such as:
<from uri="jetty:http://0.0.0.0:8080/application1"/>
...
and I call the container with
http://<myip>:8080/application1/a/b/c
Because of the overlapping url but with the second route being more specific
will this request go to the 2nd route, the 1st route, randomly to either or
will something else occur?
I have a question about the behavior of the jetty component when in an
OSGi environment (such as in ServiceMix). If I have two bundles each with a
camel context where one has a route such as:
<from uri="jetty:http://0.0.0.0:8080/"/>
...
and the other has a route such as:
<from uri="jetty:http://0.0.0.0:8080/application1"/>
...
and I call the container with
http://<myip>:8080/application1/a/b/c
Because of the overlapping url but with the second route being more specific
will this request go to the 2nd route, the 1st route, randomly to either or
will something else occur?