You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jboss-web.xml 344B

1234567
  1. <jboss-web version="7.2" xmlns="http://www.jboss.com/xml/ns/javaee"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
  4. schema/jboss-web_7_2.xsd">
  5. <!-- Enable websockets on JBoss EAP 6.4 -->
  6. <enable-websockets>true</enable-websockets>
  7. </jboss-web>