I'm new to Cloudbees. I'm following the instructions here: https://developer.cloudbees.com/bin/view/RUN/Playframework
I can run the play web app without an issue on local. In addition, I've successfully deployed to Heroku, but switched to Cloudbees when I learned websockets was not supported.
However, I'm getting a 504 Gateway Time-out when I try to deploy to cloudbees. Am I missing a step? I was under the impression using the Cloudbees SDK allows me to deploy without using the SBT plugin.
C:\play-2.1.0\samples\java\websocket-chat>play dist
[info] Loading project definition from C:\play-2.1.0\samples\java\websocket-chat
\project
[info] Set current project to websocket-chat (in build file:/C:/play-2.1.0/sampl
es/java/websocket-chat/)
[info] Wrote C:\play-2.1.0\samples\java\websocket-chat\target\scala-2.10\websock
et-chat_2.10-1.0.pom
Your application is ready in C:\play-2.1.0\samples\java\websocket-chat\dist\webs
ocket-chat-1.0.zip
[success] Total time: 4 s, completed Jun 20, 2013 2:53:34 PM
C:\play-2.1.0\samples\java\websocket-chat>bees app:deploy -a my_username/chatroom
-t play2 dist/websocket-chat-1.0.zip
Deploying application my_username/chatroom (environment: ): dist\websocket-chat-1
.0.zip
Application parameters: {containerType=play2}
........................uploaded 25%
........................uploaded 50%
........................uploaded 75%
........................upload completed
deploying application to server(s)...
Application my_username/chatroom deployed: http://chatroom.my_username.cloudbees.n
et
C:\play-2.1.0\samples\java\websocket-chat>bees app:proxy:update -a my_username/cha
troom1 httpVersion=1.1
Are you sure you want to update this application proxy [my_username/chatroom]: (y
/n) y
application proxy for my_username/chatroom : updated
C:\play-2.1.0\samples\java\websocket-chat>