I\'m using jboss eap 6.3 with websocket enabled support, the connection aparently works but in some point of the connection Sock.js throw a 500 server error that looks like:
According to the official documentation and other sources such as Atmosphere's wiki, it is required to:
jboss-web.xml
file with a true
elementEAP_HOME/bin/jboss-cli.sh --connect --file=configure-http-connector.cli
Note that Spring's reference documentation mentions Wildfly in the compatibility list, but not Jboss EAP.