I won't deny that I am lucky, though it's usually bad luck.  ;)

CoyoteConnector speaks JK just fine.

In fact, if you enable Ajp13Connector, you will have problems with the
MBeans that are configured earlier in server.xml.

John

> -----Original Message-----
> From: liug [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 12, 2003 5:25 PM
> To: [EMAIL PROTECTED]
> Subject: AJP 1.3 Connector jk/jk2
> 
> 
> 
> now that we are pretty much on an agreement that jk2 is not
> usable on a unix platform, we should concentrate on mod_jk :)
> 
> with tomcat 4.1, dev team decided that jk2 is ready and enabled
> it on the tomcat side by default (so I heard). The question is:
> if I use mod_jk.so on the apache side, do I need to change
> anything on the tomcat side to revert the "default" from jk2 to jk?
> In particular, look at the following in the default server.xml file:
> ..
>     <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
>     <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
>                port="8009" minProcessors="5" maxProcessors="75"
>                enableLookups="true" redirectPort="8443"
>                acceptCount="10" debug="0" connectionTimeout="0"
>                useURIValidationHack="false"
>                
> protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/> 
>     <!-- Define an AJP 1.3 Connector on port 8009 -->
>     <!--
>     <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
>                port="8009" minProcessors="5" maxProcessors="75"
>                acceptCount="10" debug="0"/>
>     -->
> ..
> 
> shall I comment out the first block and uncomment the second block?
> John's site www.johnturner.com doesn't mention this, maybe it is an
> oversight? Talking to the Coyote/JK2 AJP 1.3 Connector from mod_jk
> may just work, or maybe John just is lucky and will run into problem
> in the future?
> 
> Thoughts?
> 
> Frank
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to