Prezados, esse erro acontece sempre que executo uma aplicação ICEfaces… ele dá essa WARNING chata:
WARNING: Push Server not found - the Push Server must be deployed to support multiple asynchronous applications.
INFO: Adapting to Push environment.
SEVERE:
Failed to add Comet handler:
Exception message: Make sure you have enabled Comet or make sure the Thread invoking that method is the same a the request Thread.
Exception cause: null
To enable GlassFish ARP, please set the cometSupport property to true in the
domain’s config/domain.xml for the http-listener listening to port 8080.
WARNING: Falling back to Thread Blocking environment.
Já fui no arquivo domain.xml e adicionei a tal propriedade o http-listener para a porta 8080, só que não funca de jeito nenhum… alguém já passou por isso ??