golovnin / jboss7-websockets

An example how to use WebSockets in JBoss 7.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An modified example from Jetty project, which shows how you can add WebSockets
support to an application in JBoss 7.

Run "ant dist" to create the WAR file. The WAR file can be found in the dist
directory. Copy the WAR file into the "standalone/deployments" folder of your
JBoss 7 installation.

The test application should be now accessible on http://localhost:8181/test.

About

An example how to use WebSockets in JBoss 7.

License:Other


Languages

Language:Java 100.0%