In the MyFaces taglib, it has the listener declaration (which works in my Tomcat 5.0.28 :
<listener>
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
</listener>
Is there any way to override this other than:
a) Edit the taglib file to change it.
b) make my own
/WEB-INF/classes/org/apache/myfaces/webapp/StartupServletContextListener.java
file?
Regards,
David

