I'm working with liferay 6.2 (Tomcat 7) and Primefaces 5.0. I tryed to execute the counter example but not worked. More precisely, I downloaded the showcase 5.0 war from primefaces site.
I read that I have to enable NIO Connector. So, according this reply, I added the connector:
<Connector connectionTimeout="20000" port="8081" protocol="org.apache.coyote.http11.Http11NioProtocol" redirectPort="8443"/>
But primefaces push still doesn't work.
What I have to enable in Tomcat in order to make work primefaces push?