ServletContext parameters are not visible in 
ServletContextListener.contextInitialized()
----------------------------------------------------------------------------------------

         Key: GERONIMO-605
         URL: http://issues.apache.org/jira/browse/GERONIMO-605
     Project: Geronimo
        Type: Bug
  Components: web  
    Versions: 1.0-M3    
    Reporter: Archimedes Trajano


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> ...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to