<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 7, 2017 at 11:24 AM, Brent Putman <span dir="ltr"><<a href="mailto:putmanb@georgetown.edu" target="_blank">putmanb@georgetown.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Almost, but not quite.  Params to a <servlet> (and also
    <filter>) are indicated by child elements called
    <init-param>, since they are used to initialize the servlet or
    filter.  They're not context parameters, which are params that are
    global to the whole servlet context.  Servlet and filter init params
    are local to that particular servlet or filter.</blockquote></div><br>So... the docs say they're context-params, which should be children on <web-app>.</div><div class="gmail_extra">Should these be init-params under the servlet?</div><div class="gmail_extra"><br></div><div class="gmail_extra">Liam</div><div class="gmail_extra"><br></div></div>