eclipse « Tomcat « JSF Q&A





1. Speeding up Eclipse and JSF+Tomcat development    stackoverflow.com

Is there any way I can speed up the development of JSF in Eclipse and Tomcat? Basically I'm looking for a way to make the client-side changes (.jsf, .html, .css, .js) ...

2. Setting property 'source' to 'org.eclipse.jst.jee.server:JSFTut' did not find a matching property    stackoverflow.com

I am getting following error, when I run the demo JSF application on the console

[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:JSFTut' did not find a matching property.

3. JSF, Tomcat, Eclipse WTP    coderanch.com

5. jsf, eclipse, and tomcat 6.0 problem    coderanch.com

6. eclipse, structs, and tomcat    coderanch.com

7. Eclipse + Tomcat 6.0 + Jsf 1.2 Problem    coderanch.com

Hello, I'm developing a web application using Eclipse Galileo IDE, Tomcat v6.0 and Mojarra JSF 1.2. I followed a tutorial suggested here (http://balusc.blogspot.com/2008/01/jsf-tutorial-with-eclipse-and-tomcat.html) and everything worked just fine. Then, I added richfaces support and everything went great. But when I tried to start Tomcat this morning, I got the following error: java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener Full stack trace: SEVERE: Error configuring application listener ...