I think you have to use mod_jk2 with the jkCoyoteHandler. I'm not sure about that, so don't quote me. I use the normal ajp3 connector because I use mod_jk instead of mod_jk2 and the Coyote connector doesn't seem to support Apache Authentication using tomcatAuthentication="false".
Jake At 01:44 PM 8/14/2002 -0400, you wrote: >Does anybody knows how to use te Coyote Connector in Tomcat 4.1.8? I�ve this >line in my server.xml: > ><Connector className="org.apache.coyote.tomcat4.CoyoteConnector" > port="8009" minProcessors="5" maxProcessors="75" > enableLookups="true" redirectPort="8443" > acceptCount="10" debug="0" connectionTimeout="20000" > useURIValidationHack="false" > >protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/> >--> > >Actually i�m having this error: > >INFO: APR not loaded, disabling jni components: java.io.IOException: no >jkjni in > java.library.path > >I don�t really understand bescause in jakarta home page i found that the >CoyoteConnector is >already included in Tomcat 4.1.8 > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
