maven « Tomcat « JSF Q&A





1. jsf 2 and maven with eclipse "run on server"    stackoverflow.com

I check out the Mojarra JSF 2.0 helloworld sample from here (just enter guest as username). I import it as maven project to eclipse (v 3.5) with a tomcat 6 ...

2. Tomcat 7 LinkageError: loader constraint violation    stackoverflow.com

INFO: Deploying web application archive test-1.0-SNAPSHOT.war
20-Sep-2011 12:08:42 org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(C:\software\apache-tomcat-7.0.21\webapps\test-1.0-SNAPSHOT\WEB-INF\lib\servlet-api-2.5.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
20-Sep-2011 12:08:42 com.sun.faces.config.ConfigureListener contextInitialized
INFO: Initializing Mojarra 2.1.0 (SNAPSHOT 20100817) ...

3. How to configure Maven pom for Tomcat 7 with JSF 2.0 and EL 2.2?    stackoverflow.com

i want to use EL 2.2 for JSF 2 application and tomcat 7 is provided with EL 2.2 and i am confused about the following: 1- Should i provide the servlet-api, jsp-api and the ...

4. EL dependency to be used with Tomcat 6    stackoverflow.com

and it's provided with javax.el 2.1 and i want to add this dependency to pom file with scope provided,but i couldn't find it's dependency, so can anyone please help me with this, ...

5. jsf 2.0 tomcat 6.0 maven    coderanch.com