Salut,
Hubert Iwaniuk wrote:
> Hi,
>
>
> ServletAdapter s = new ServletAdapter();
> s.populate(path-to-web.xml)
>
>
> What if you have multiple servlets in war?
> Should SA take care of multiple Servlets?
Good point. So we need an higher entity or a static method on
ServletAdapter that return a set of ServletAdapter. Better ideas?
A+
-- Jeanfrancois
>
> H.