Hi All, I am trying to run a servlet in karaf contaire, I have successfully done that using ServiceTracker. Now I would like to set a filter for the servlet, but I have no idea about doing that with ServiceTracker. I have a few questions : 1: are there others ways than ServiceTracker to run servlet in karaf ? 2: How may I create a filter for servlet running in karaf ? 3: Is there a mean to use the default web.xml ?
Regards,
