Questions tagged [pax-web]

OSGi HttpService and Web Applications implementation using Jetty.

OSGi R4 Http Service and Web Applications (OSGi Enterprise Release chapter 128) implementation using Jetty. Pax Web extends OSGi Http Service with better servlet support, filters, listeners, error pages and JSPs and some others in order to meet the latest versions of Servlet specs. Pax Web facilitates an easy installation of WAR bundles as well as discovery of web elements published as OSGi services. All of this beside the, standard, programmatic registration as detailed in the HTTP Service specs.

50 questions
0
votes
1 answer

Karaf & Pax Web jetty specific SslConnectionFactory

I'm trying to setup a specific jetty SSL context factory inside Karaf (in fact, Fabric8 (www.fabric8.io)). I do this directly into the jetty.xml file:
Jerome
  • 61
  • 9
0
votes
1 answer

Dexify Pax Web Jetty Bundle for Android

My current project needs jar files/bundles to be dexified (compile to dex file) and I came accross dexifying the pax-web-jetty-bundle-3.0.2.jar but when I executed the dx command to create a classes.dex for the jar file, the command gives me this…
Nyahaha Wakoko
  • 51
  • 1
  • 1
  • 8
0
votes
1 answer

Error running Pax Web Jetty

I'm running Pax-Web in equinox (org.eclipse.osgi_3.5.0 bundle). I'm running pax-web-jetty-bundle_3.0.2 bundle When starting this jetty bundle (pax web jetty) the folling error arises: The bundle could not be resolved. Reason: Missing Constraint:…
ramon_salla
  • 1,587
  • 1
  • 17
  • 35
0
votes
1 answer

How to use servlet filters with Pax-Web and the whiteboard pattern

Registering filters with whiteboard. Hi, I'm trying to use a Servlet filter with a servlet. I'm using Pax-Web 3.0, Declarative services and whiteboard. I have to declarative service components (one for the servlet and one for the filter), and it…
Frank Lee
  • 2,728
  • 19
  • 30
-1
votes
1 answer

Pax-Web retainDays not working properly

I am trying to enable the retainDays option in my pax-web config like this: org.ops4j.pax.web.config.file=etc/jetty.xml org.osgi.service.http.port=80 javax.servlet.context.tempdir=data/pax-web-jsp org.ops4j.pax.web.log.ncsa.format =…
рüффп
  • 5,172
  • 34
  • 67
  • 113
1 2 3
4