You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/08/23 20:12:07 UTC

svn commit: r1516959 - /tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml

Author: markt
Date: Fri Aug 23 18:12:07 2013
New Revision: 1516959

URL: http://svn.apache.org/r1516959
Log:
Add note on WebSocket 1.0 requiring Java 7.

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml?rev=1516959&r1=1516958&r2=1516959&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml Fri Aug 23 18:12:07 2013
@@ -50,6 +50,9 @@
 </section>
 
 <section name="Tomcat WebSocket specific configuration">
+<p>The JSR-356 Java WebSocket 1.0 implementation is only available when Tomcat
+   is running on Java 7 or later.</p>
+
 <p>Tomcat provides a number of Tomcat specific configuration options for
    WebSocket. It is anticipated that these will be absorbed into the WebSocket
    specification over time.</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org