diff options
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/WEB-INF/jboss-web.xml | 7 | ||||
-rw-r--r-- | WebContent/release-notes.html | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/WebContent/WEB-INF/jboss-web.xml b/WebContent/WEB-INF/jboss-web.xml new file mode 100644 index 0000000000..12548b7c5c --- /dev/null +++ b/WebContent/WEB-INF/jboss-web.xml @@ -0,0 +1,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> diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 97730cc292..ac8d465cfb 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -125,8 +125,8 @@ because it results in fractional component sizes in many cases, which might cause unwanted 1px gaps between components.</p> </li> - <li>Up-to-date information about compatibility issues with push functionality is available in - <a href="https://vaadin.com/wiki/-/wiki/Main/Working+around+push+issues">this wiki page.</a> + <li>Up-to-date information about configuration needed for push and compatibility issues are available in + <a href="https://vaadin.com/wiki/-/wiki/Main/Configuring+push+for+your+environment">this wiki page.</a> <br /> The most prominent limitations are: <ul> |