I have deployed JSF project in Tomcat Server and when trying to start server I am getting the following error
SEVERE: Error configuring application listener of class com.sun.faces.config.ConfigureListener
and I could not access even Tomcat main page.
BUT WHEN I started Tomcat outside of MyEclipse, it goes to Tomcat Main page, even I got Jsf login index.jsp.
That means , there no problem with Tomcat but some faces listener or some sort of it is missing in MyEclipse