On 8/26/07, Mark Derricutt <[EMAIL PROTECTED]> wrote: > I notice the web.xml uses the servlet and not filter approach - which is the > 'preferred' option these days? Any reason to use one over the other? And > if not - maybe mention the filter in the talk and why you might want that.
The filter is preferred as it handles applications mapped to the root well. Eelco
