Tagged Questions
0
votes
1answer
435 views
no Atmosphere Handler found - Jetty Websocket Jboss
I'm trying to set up a project such as I have :
- Jboss as main container web
- a project call PWS which ran with jetty to support web socket in Jboss
- Connecting with Web Socket to make the use of ...
0
votes
1answer
61 views
debugging a jetty application
I'm using the atmosphere framework (https://github.com/Atmosphere/atmosphere) which runs on a jetty server and brings websockets to any browser.
The problem that I'm having is that for some strange ...
0
votes
0answers
105 views
java.lang.ClassNotFoundException: javax.servlet.DispatcherType while using Atmosphere Spring example
I am trying to experiment the Atmosphere framework. I've downloaded this example on github: https://github.com/Atmosphere/atmosphere-extensions/tree/master/spring/samples/spring-websocket
Since I ...
0
votes
0answers
118 views
Wicket+Atmosphere behind Apache proxy problems
I have the following scenario:
A Jetty instance is running on port 8080 with URL http://localhost:8080/appl/test
The deployed Wicket application is using Atmosphere for push events.
I've configured my ...
1
vote
1answer
468 views
Running a Websocket connexion with an embedded atmosphere and jersey servlet
I am trying to get an instance of Atmosphere to run as a servlet without using a Web.xml and using the WebSocket functionnality.
It seems that the mapping is not working, because I am able to connect ...
0
votes
2answers
246 views
Invalid upgrade protocol exception while connecting to websocket on webServer with Atmosphere on Jersey on Jetty
I'm using Sonatype async-http-client java library to make a websocket call to a WebServer using Atmosphere on Jersey on Jetty.
I'm getting exception java.lang.IllegalStateException: Invalid upgrade ...
