Thanks!!!! now it works, all the problem was that the "channelSocket.port" was set on 8019, so i chage it to 8009 as you said and everything is working now.
Regards -----Mensaje original----- De: Bill Barker [mailto:[EMAIL PROTECTED]] Enviado el: Mi�rcoles, 14 de Agosto de 2002 03:26 p.m. Para: [EMAIL PROTECTED] Asunto: Re: Coyote Conecction in Tomcat 4.1.8 The errors are harmless. You can get rid of them by editing $CATALINA_HOME/conf/jk2.properties and commenting out (by putting a '#' in front of) the lines that start "shm.file" and "apr.jniModSo". For good measure, you should probably make certain that the value of "channelSocket.port" is 8009. The Coyote Connector is supposed to work with any version of isapi_redirector.dll, but I don't use IIS myself. However the jk2 version is supposed to have improvements in it (esp. for IIS-5). You can pick up the jk2 version from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/nightly/win32 / ----- Original Message ----- From: "Isabel Lameda" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 14, 2002 10:44 AM Subject: Coyote Conecction in Tomcat 4.1.8 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
