summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/jboss-web.xml
blob: 12548b7c5c502b5a4cdfe94333a8b0ebf7ec05b7 (plain)
1
2
3
4
5
6
7
<jboss-web version="7.2" xmlns="http://www.jboss.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
         schema/jboss-web_7_2.xsd">
    <!-- Enable websockets on JBoss EAP 6.4 -->
    <enable-websockets>true</enable-websockets>
</jboss-web>