Does anyone know if it's possible to use websockets on Cloudbees or Jelastic. I deployed a Railo project with websockets on port 10126, it works beautifully on my Tomcat local setup however nothing happens when deployed to both Jelastic and Cloudbees.
|
At Jelastic we do. That is one of the outcomes of our making Public IPs available. We will be doing a short how-to article coming up this very topic. You can look out for it on our blog (http://blog.jelastic.com) or our twitter account (@jelastic). |
|||||
|
|
On Cloudbees you can use comet connections (long running) and a client library that supports this as needed. Websocket can work when going direct (if you have access to your own applications IP) but the preferred way currently is comet. When deploying an app - set "proxyBuffering=false" - to allow comet to work. |
|||||
|
|
CloudBees now offers beta-support for WebSockets, you just need to use a different endpoint to access your application: http://wiki.cloudbees.com/bin/view/RUN/WebSocket+support |
|||
|
|
|
AFAIK, only dotCloud supports websockets for now: http://docs.dotcloud.com/guides/websockets/ |
|||||||||||
|
|
Ok in my understanding with Jelastic they support running Websockets in GlassFish and can support Public IPs. while Cloudbees supports running separate JVMs (plain java apps, no app server) but without Public IPs. Here are some references: |
|||
|
|