Tomcat 5.5.23: SessionBean & ApplicationBean init() methods not firing
My JSC projects will not work on Tomcat 5.5.23 because ApplicationBean init() and the SessionBean init() are not firing.
The projects work OK on Weblogic 8.1 and the JSC dev server.
I have followed the instructions given in
http://developers.sun.com/docs/jscreator/help/2update1/deploy/howtodeploy/deplo y_tomcat.html
AND
http://wiki.netbeans.org/wiki/view/DeploymentOnExternalTomcatforNB6
AND have added:
<listener>
<listener-class>com.sun.faces.config.ConfigureListener</listener-class >
</listener>
to my web.xml files but no success.
This problem has been raised before but unfortunately no solution is given. http://forum.java.sun.com/thread.jspa?threadID=5137210
Can someone please help?
Thanks

