This question is in relation to my previous question.
I want to implement the new HTML5 WebSocket feature in WildFly 8.2.1 in OpenShift. My previous post has my java class (which is the server) and a html client and the pom.xml file. The problem was whenever I made opened the MyTest.html, the WebSocket connection would immediately disconnect.
I was reading this article on how to implement WebSockets on OpenShift using WildFly 8.2.1. It said that you actually have to start the wildfly server by action hooks and by doing so in the terminal. I have no clue what they are talking about. Could you please assist me in this manner as I am new to this.
Thank you for your help!