Author: markt Date: Tue May 26 21:03:39 2015 New Revision: 1681867 URL: http://svn.apache.org/r1681867 Log: Fix an important difference
Modified: tomcat/tc7.0.x/trunk/webapps/docs/architecture/startup/serverStartup.txt Modified: tomcat/tc7.0.x/trunk/webapps/docs/architecture/startup/serverStartup.txt URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/architecture/startup/serverStartup.txt?rev=1681867&r1=1681866&r2=1681867&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/architecture/startup/serverStartup.txt (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/architecture/startup/serverStartup.txt Tue May 26 21:03:39 2015 @@ -69,7 +69,7 @@ What it does: During the process call the Connectors also initialize the adapters. The adapters are the components that do the request pre-processing. Typical adapters are HTTP1.1 (default if no protocol is specified, - org.apache.coyote.http11.Http11NioProtocol) + org.apache.coyote.http11.Http11Protocol) AJP1.3 for mod_jk etc. c) Catalina.start() --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org