On Mon, 2016-08-01 at 14:21 +0200, Carsten Ziegeler wrote: > > > > Hi, > > > > On Mon, 2016-07-25 at 14:37 -0500, Carsten Ziegeler wrote: > > > > > > Hi, > > > > > > did you have a look at the web console plugin whether your > > > servlet is > > > listed there? Maybe it is shadowed by something else. > > > > If you mean http://localhost:8080/system/console/httpservice, it's > > not > > listed there. > > > Then it's not found at all. Just to check: are you sure that your > test > is correct and the servlet is registered correctly? > You can check the service registry.
Some dependency updates later the servlet appears in the HTTP service console. It is registered under the expected path but still not serving requests. Something to note - all other servlets are registered under Servlet Context 'org.osgi.service.http', while this one is registered under Servlet Context 'default'. Robert
