0
votes
0answers
9 views

indirectly referenced from required .class for jersey

i am trying run atmosphere sample over Tomact 7 using eclipse after adding necessary jar files when i build the project i am getting following error and the error says The type ...
0
votes
0answers
24 views

Atmosphere stops working

We changed primepush to atmosphere, and when launching our application socket just stops sometimes, with no exception on either client or server side:| Tomcat 7.0.37, connector apr <servlet> ...
0
votes
1answer
61 views

Atmosphere timeout issue with tomcat 7.0.39

I tried various combinations and always get a timeout I can't change through configuration as indicated in documentation. Here is part of my web.xml: <servlet> ...
0
votes
0answers
83 views

Grails atmosphere plugin not working with Tomcat

After including atmosphere plugin to my grails application (only added following to BuildConfig.groovy) compile ":atmosphere:0.4.2.3" Application start normaly when running it with command ...
1
vote
1answer
160 views

Error on using Primefaces Push with Tomcat 7.

I am trying to implement the basic counter example given in the primefaces showcase. When I run the application on Eclipse, the counter seems to get incremented after every click. But on Firefox and ...
0
votes
0answers
164 views

How to compile Atmosphere Chat with NetBeans 7.2 and Tomcat 7.0.27

I'm trying to compile Atmosphere chat sample but with no luck. I've opened the project (maven) with NetBeans 7.2.1, but on deployment I got: Deployment error: Tomcat configuration file ...
1
vote
1answer
248 views

How can I conditionally render .js file in h:head, if file was not rendered after Full Page Refresh (FPR)?

PrimeFaces conditionally renders the following in h:head: <script type="text/javascript" src="/webapp/javax.faces.resource/push/push.js.jsf?ln=primefaces"><!--//--></script> when ...
0
votes
1answer
628 views

CORS - Origin http://localhost is not allowed by Access-Control-Allow-Origin. error.

I'm having trouble enabling CORS for a web-app i'm building using the atmosphere framework (https://github.com/Atmosphere/atmosphere) My request looks something like : /** * @constructor * ...
0
votes
3answers
838 views

How to use the Atmosphere framework with GlassFish 3.1.2?

I just try the Atmosphere framework. I made the chat sample running in Tomcat 7.0.27 but when I want to run it with GlassFish 3.1.2 then I only get the message: ...
1
vote
1answer
442 views

How to destroy BroadCaster when browser connection is close in Atmosphere

I have created simple server push using atmosphere run time in tomcat 7.0.23 I am able to get message(data) from server in browser, now the problem is whenever i am closing the connection(browser), ...