Re: Run servlet in karaf

2016-03-29 Thread Charlie Mordant
t;>> Regards, Achim >>>>> >>>>> sent from mobile device >>>>> >>>>> Am 23.03.2016 3:56 nachm. schrieb "Jean-Baptiste Onofré" >>>>> <j...@nanthrax.net <mailto:j...@nanthrax.net>>: >>>>> &

Re: Run servlet in karaf

2016-03-29 Thread Achim Nierbeck
tiste Onofré" >>>>> <j...@nanthrax.net <mailto:j...@nanthrax.net>>: >>>>> >>>>> Hi, >>>>> >>>>> yes, you can take a look on: >>>>> >>>>> >>>>> https://githu

Re: Run servlet in karaf

2016-03-29 Thread Alioune
uot;Jean-Baptiste Onofré" >>>> <j...@nanthrax.net <mailto:j...@nanthrax.net>>: >>>> >>>> Hi, >>>> >>>> yes, you can take a look on: >>>> >>>> >>>> https://github.com/jbonofre/karaf

Re: Run servlet in karaf

2016-03-23 Thread Achim Nierbeck
t;> Basically, the easiest way is to use the @WebServlet annotation, and >>> install the http-whiteboard feature. >>> >>> The http-whiteboard feature will "listen" for servlet and expose in >>> the Karaf WebContainer. >>> &g

Re: Run servlet in karaf

2016-03-23 Thread Alioune
;> >> The http-whiteboard feature will "listen" for servlet and expose in >> the Karaf WebContainer. >> >> Regards >> JB >> >> On 03/23/2016 03:47 PM, Alioune wrote: >> >> Hi All, >> >>

Re: Run servlet in karaf

2016-03-23 Thread Jean-Baptiste Onofré
d feature will "listen" for servlet and expose in the Karaf WebContainer. Regards JB On 03/23/2016 03:47 PM, Alioune wrote: Hi All, I am trying to run a servlet in karaf contaire, I have successfully done that using ServiceTracker.

Re: Run servlet in karaf

2016-03-23 Thread Achim Nierbeck
let > > Basically, the easiest way is to use the @WebServlet annotation, and > install the http-whiteboard feature. > > The http-whiteboard feature will "listen" for servlet and expose in the > Karaf WebContainer. > > Regards > JB > > On 03/23/2016 03:4

Re: Run servlet in karaf

2016-03-23 Thread Jean-Baptiste Onofré
or servlet and expose in the Karaf WebContainer. Regards JB On 03/23/2016 03:47 PM, Alioune wrote: 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 a

Re: Run servlet in karaf

2016-03-23 Thread Morgan
AND https://github.com/cschneider/Karaf-Tutorial/tree/master/tasklist/tasklist-ui Regards, Morgan On 2016-03-23 15:47, Alioune wrote: 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

Run servlet in karaf

2016-03-23 Thread Alioune
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