FacesServlet « IceFaces « JSF Q&A





1. Using PersistentFacesServlet and FacesServlet in the same war    stackoverflow.com

So I posted this question in the icefaces forum but didn't get much love, so I thought I would try here. In my webapp I am using IceFaces for the bulk of ...

3. What is the difference between FacesServlet verses PersistentFacesServlet?    icefaces.org

What is the difference between a FacesServlet verses a PersistentFacesServlet? I am currently reading IceFacesGettingStarted.pdf and I am somewhat confused between the two. All examples in the ICEfaces-Community-1.0.0 use the .jspx extension - thus only using the FacesServlet. When is the PersistentFacesServlet used and what is it for? I'd greatly appreciate any detailed examples, if possible. Thank you, --Todd

5. javax.faces.webapp.FacesServlet.init(FacesServlet.java:165)    icefaces.org

I tried running the same address.war that comes with the ICEfaces-1.6.0-DR4 and get the below exception when running in the container, java.lang.NullPointerException at javax.faces.webapp.FacesServlet.init(FacesServlet.java:165) at com.caucho.server.dispatch.ServletConfigImpl.createServlet(ServletConfigImpl.java:600) at com.caucho.server.dispatch.ServletManager.init(ServletManager.java:152) at com.caucho.server.webapp.Application.start(Application.java:1599) I would think all the jars should be in the sample war, does anybody know what jar is missing that would cause this null pointer exception