Author: kkolinko Date: Fri Sep 30 22:21:35 2011 New Revision: 1177862 URL: http://svn.apache.org/viewvc?rev=1177862&view=rev Log: Remove one more unneeded line. Correct punctuation.
Modified: tomcat/trunk/webapps/docs/aio.xml Modified: tomcat/trunk/webapps/docs/aio.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/aio.xml?rev=1177862&r1=1177861&r2=1177862&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/aio.xml (original) +++ tomcat/trunk/webapps/docs/aio.xml Fri Sep 30 22:21:35 2011 @@ -123,7 +123,6 @@ method of the event. </li> <li>EventSubType.CLIENT_DISCONNECT: The client connection was closed (sub type of ERROR). - method of the event. </li> <li>EventSubType.IOEXCEPTION: An IO exception occurred, such as invalid content, for example, an invalid chunk block (sub type of ERROR). @@ -306,7 +305,7 @@ public class ChatServlet <source>CometEvent event.... event.setTimeout(30*1000);</source> or <source>event.getHttpServletRequest().setAttribute("org.apache.tomcat.comet.timeout", new Integer(30 * 1000));</source> This sets the timeout to 30 seconds. - Important note, in order to set this timeout, it has to be done on the <code>BEGIN</code> event. + Important note: in order to set this timeout, it has to be done on the <code>BEGIN</code> event. The default value is <code>soTimeout</code> </p> <p>If you are using the APR connector, all Comet connections will have the same timeout value. It is <code>soTimeout*50</code> @@ -339,10 +338,10 @@ public class ChatServlet </p> <ul> - <li>org.apache.tomcat.sendfile.filename: Canonical filename of the file which will be sent as + <li><code>org.apache.tomcat.sendfile.filename</code>: Canonical filename of the file which will be sent as a String</li> - <li>org.apache.tomcat.sendfile.start: Start offset as a Long</li> - <li>org.apache.tomcat.sendfile.end: End offset as a Long</li> + <li><code>org.apache.tomcat.sendfile.start</code>: Start offset as a Long</li> + <li><code>org.apache.tomcat.sendfile.end</code>: End offset as a Long</li> </ul> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org