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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org