NIO « IceFaces « JSF Q&A





3. Tomcat 6 NIO features    icefaces.org

In the Developers guide there is a section for optimizing asynchronous communications for scalability. I am trying to change the AuctionMonitor sample application to use the NIO async capabilities of Tomcat 6. I am editing the server.xml and web.xml according to the guide (page 55) but when I am running the application I don't see any updates... Can you please clarify ...

4. (SOLVED in 1.7.1) Tomcat 6 NIO problem    icefaces.org

Hi, i using ICEfaces 1.7.0 + Facelets + Tomcat 6. I was testing the NIO capabilities of tomcat and icefaces, i configured my web.xml like said in icefaces developers guide adding tomcat servlet push, also i replace the default tomcat connector by new nio connector. Everthing start ok, servlet and connector start without problem and my web app show ok. The ...