You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Galam <ny...@yahoo.com> on 2004/03/23 17:03:09 UTC

Ajp13Connector Versus

 

 

Connector in Tomcat5.x
-----------------------------------

<Service name= "Tomcat-Apache13 " > 
<!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- > 
<Connector className= "org.apache.coyote.tomcat5.CoyoteConnector " port= "8009 " minProcessors= "5 " 
maxProcessors= "150 " enableLookups= "true " redirectPort= "8443 " acceptCount= "100 " debug= "0 " connectionTimeout= "20000 " 
useURIValidationHack= "false " protocolHandlerClassName= "org.apache.jk.server.JkCoyoteHandler "/ > 
</Service > 


Connector in Tomcat4.x
----------------------------------------
   <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
               port="8009" minProcessors="5" maxProcessors="75"
               acceptCount="10" debug="0"/> 

 

Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.