If you are connecting to a running karaf instance as in the second example
and you have enabled the http feature then you are likely using pax web
https://ops4j1.jira.com/wiki/display/paxweb/Advanced+Jetty+Configuration.
But if that is the case then you may get better help on the karaf users
mailing list.

If you are using enroute locally you are likely running the apache http
service
http://felix.apache.org/documentation/subprojects/apache-felix-http-service.html
You will be able to get better help on that in the felix users group.

It is generally the same people on all the lists but I know some people
like to filter so you are more likely to get a response on the appropriate
list.

On Tue, Nov 15, 2016 at 11:16 AM, Tim Ward <t...@telensa.com> wrote:

> On 15/11/2016 16:10, David Daniel wrote:
>
>> It is really going to be determined by your httpservice implementation.
>> If you are using Pax-Web like in karaf then there is a jetty.xml file that
>> you can change.  If you are using felix http service then many things are
>> configured via the config admin but you will have to look at their
>> documentation and code.  If you are just including the jetty bundles then I
>> am not sure.
>>
>
> How do I find out which of those I'm doing? - I'm not knowingly doing any
> of them.
>
> I am running the application in two ways:
>
> (1) From the "Run OSGi" button on the Run page of the bnd.bnd file in
> Eclipse
> (2) From Debug As / Bnd Native Launcher on debug.bndrun, where
> debug.bndrun is created in accordance with
>
> http://enroute.osgi.org/appnotes/bndtools-and-karaf.html
>
> I think I'm more interested in something that works with (2) than I am in
> something that works in (1), if it's going to be different in each case.
>
>
> --
> Tim Ward
>
> _______________________________________________
> OSGi Developer Mail List
> osgi-dev@mail.osgi.org
> https://mail.osgi.org/mailman/listinfo/osgi-dev
>
_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to