Please consider enhancing the introspection capabilities to a running
server from the javax.servlet.ServletContext. It would be useful if we
could obtain a java.util.List of all registered
javax.servlet.ServletContextListener s.
There's similar function found in ServletContext, namely (List)
getFilterRegistrations() and (Map) getServletRegistrations().
Thank you for your consideration.