Captain Pan PreVents Captain Hook

This is (a rubbish one) just to help me remember the DD tags:

<context-param>

<param-name>n</param-name>

<param-value>v</param-value>

</context-param>

Whereas Servlet params are “in-it”:

<servlet>

<init-param>

<param-name>n</param-name>

<param-value>v</param-value>

</init-param>

</servlet

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code lang=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" extra="">