tomcat « Servlet « JSF Q&A





1. Running JSF 2.0 on Servlet 2.4 container    stackoverflow.com

As far as I know, JSF 2 requires servlet 2.5, so it doesn't run on JBOSS 4.05 (Tomcat 5.5). Unfortunately I have to deploy an application who uses JSF 2.0 and ...

2. User authentication using servlet 3.0 login in Jsf 2 not working    stackoverflow.com

Trying to create an application with a login page and using the Servlet 3.0 login method. I have defined the realm in tomcat and configured web.xml accordingly. But when I try ...