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...