Hi guys, just to let you know that I updated the felix-http feature to use felix http 4.0.8.
By default, it uses felix.http.jetty. I added a itest using felix-http feature and it works fine. You can take a complete look on the corresponding PR: https://github.com/apache/karaf/pull/835 I will merge as soon as the tests pass on Jenkins. Regards JB On 10/05/2019 17:46, Tim Moloney wrote: > We are trying to run a minimal environment. We are currently using > org.apache.felix.http.bundle-2.2.1.jar successfully. > > If we can get org.apache.felix.http.bundle-3.0.0.jar to work, it's only > one bundle. > > Using the pax-http-whiteboard is 20 bundles after editing > pax-web-features-7.0.0-features.xml to remove the bundles we don't need. > > On Fri, May 10, 2019 at 11:26 AM Jean-Baptiste Onofré <[email protected] > <mailto:[email protected]>> wrote: > > I created https://issues.apache.org/jira/browse/KARAF-6277 for the > tracking. > > In the mean time, you can use the regular Karaf HTTP feature powered by > Pax Web. > > Regards > JB > > On 10/05/2019 17:16, Tim Moloney wrote: > > This issue has surfaced for me also. > > > > JB, did you make any progress fixing the problem that you found? > > > > BTW, in the problem description above, etc/custom.properties > should contain > > org.apache.felix.*http.*jettyEnabled = true > > > > > > On Tue, Jun 12, 2018 at 7:44 AM Jean-Baptiste Onofré > <[email protected] <mailto:[email protected]> > > <mailto:[email protected] <mailto:[email protected]>>> wrote: > > > > OK, it seems that the problem is in Felix HTTP. Let me try. > > > > By the way, you can always prepare your own Karaf distribution > embedding > > Pax Web, it will work without internet connection. > > > > Regards > > JB > > > > On 12/06/2018 13:21, themanatuf wrote: > > > The reasoning is we are running this application on an internal > > network that > > > is not connected to the Internet. The > org.apache.felix.http.bundle > > is a > > > single jar rather than downloading all of the jars included > in the > > http > > > feature. The older version of Felix (v2.2.2) works with the > > upgraded Karaf, > > > but the v3.0.0 version does not. If you repeat my steps but use > > Felix v2.2.2 > > > instead of v3.0.0 everything will work just fine. We need v3.0.0 > > due to some > > > of the security updates that are included with it. Thanks > for any > > other > > > advice you can provide. > > > > > > > > > > > > -- > > > Sent from: > http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html > > > > > > > -- > > Jean-Baptiste Onofré > > [email protected] <mailto:[email protected]> > <mailto:[email protected] <mailto:[email protected]>> > > http://blog.nanthrax.net > > Talend - http://www.talend.com > > > > -- > Jean-Baptiste Onofré > [email protected] <mailto:[email protected]> > http://blog.nanthrax.net > Talend - http://www.talend.com > -- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
