Accessing Context Initialization Parameters in JSP page

Wow, took me over half an hour to find out how to access Context Initialization Parameters directly in a JSP page. Simple, if you know how. I wonder, why this is so badly documented. Anyway, here’s how:

${initParam['PARAM_NAME']}

Source: http://www.informit.com/articles/article.aspx?p=30946&seqNum=7