Hi,

Can I use the Ajp13Connector  instead of the CoyoteConnector in Tomcat5.x?  I know the 
Ajp13Connector  is available in Tomcat4, but I don't see any example of using it in 
Tomcat5.  Is it discontinued and no longer supported? 

Below is two <Connector> samples from 4.x and 5.x. 

 

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"/> 

 

 

 

Thanks!

Galam.

 

 


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

Reply via email to