Description
ServletContext parameters are not visible in ServletContextListener.contextInitialized()
To test create a ServletContextListener with the method
public void contextInitialized(ServletContextEvent e) that scans through
e.getServletContext().getInitParameterNames();
Make sure your web.xml file has <context-param> ...