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/10/30 12:29:55 UTC

svn commit: r1537050 - /tomcat/trunk/webapps/docs/web-socket-howto.xml

Author: markt
Date: Wed Oct 30 11:29:55 2013
New Revision: 1537050

URL: http://svn.apache.org/r1537050
Log:
Fix markup

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

Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/web-socket-howto.xml?rev=1537050&r1=1537049&r2=1537050&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/web-socket-howto.xml (original)
+++ tomcat/trunk/webapps/docs/web-socket-howto.xml Wed Oct 30 11:29:55 2013
@@ -87,7 +87,7 @@
    initiated the write. Since the container thread pool is not exposed via the
    Servlet API, the WebSocket implementation has to provide its own thread pool.
    This thread pool is controlled by the following servlet context
-   initialization parameters:<a>
+   initialization parameters:</p>
    <ul>
      <li><code>org.apache.tomcat.websocket.executorCoreSize</code>: The core
          size of the executor thread pool. If not set, the default of 0 (zero)



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