• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Error config application listener of class org.apache.myfaces.webapp.StartupServletContextListener

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello everybody,
i am making a web application in JSF in eclipse and when i am running the home page it is running fine but when i close eclipse and again start eclipse the page which i run using tomcat 6.0 does not work,it shows page not found(resource not found). but when i again make a new project and copy all the files from the previous project it works fine.
so each time i have to make a new project and copy same thing of previous project to the new project and then only it works fine. when i start server it shows "Error configuring application listener of class org.apache.myfaces.webapp.StartupServletContextListener" error. the error is like
http://mail-archives.apache.org/mod_mbox/myfaces-users/200605.mbox/%[email protected]%3E
please help me. I have added all the jar files in the project like JSTL and myfaces.

Thanks...
reply
    Bookmark Topic Watch Topic
  • New Topic