Based on what I have tested, it seems my assumption is right; whatever
descriptor other than servlet in bridge web.xml will be carried on if
context is left to null when registering to http service. This is great!


On Tue, Jul 29, 2014 at 11:51 AM, David Cao <[email protected]> wrote:

> Hello there,
>
> So if I register a servlet with context param left as null,
>
> httpService.registerServlet("/sname", new MyServlet(), params, *null*);
>
> It will be registered to the default HttpContext which is configured with
> the Servlet Bridge /WEB-INF/web.xml, right? if so, I could move some
> descriptors as <context-param>, <security-role>, <security-constraint>,
> <login-config>, etc. in the legacy web.xml to bridge web.xml, right?
>
> When I search the archives, I saw this OLD post "
> http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg02957.html";. It
> sounds could solve my request without any coding. But I don't see a
> "org.eclipse.equinox.webapp.service" bundle. Does anyone know the current
> update on this one?
>
> Thanks a lot!!
> David
>
_______________________________________________
equinox-dev mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/equinox-dev

Reply via email to