Discussion:
Coyote Conecction in Tomcat 4.1.8
Isabel Lameda
2002-08-14 17:44:32 UTC
Permalink
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
Jacob Kjome
2002-08-14 18:19:57 UTC
Permalink
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:tomcat-user-***@jakarta.apache.org>
>For additional commands, e-mail: <mailto:tomcat-user-***@jakarta.apache.org>
Andrew
2002-08-14 18:50:17 UTC
Permalink
It's informational in nature. Not really an error.

- Andrew

> -----Original Message-----
> From: Isabel Lameda [mailto:***@bancofederal.com]
> Sent: Wednesday, August 14, 2002 1:45 PM
> To: 'tomcat-***@jakarta.apache.org'
> 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:tomcat-user-> ***@jakarta.apache.org>
> For
> additional commands,
> e-mail: <mailto:tomcat-user-***@jakarta.apache.org>
>
Andrew
2002-08-14 18:56:48 UTC
Permalink
Let me clarify. It's not a show stopper for connecting Apache 2.0.39 to
Tomcat 4.1.x via mod_jk2.


- Andrew

> -----Original Message-----
> From: Andrew [mailto:***@attbi.com]
> Sent: Wednesday, August 14, 2002 2:50 PM
> To: 'Tomcat Users List'
> Subject: RE: Coyote Conecction in Tomcat 4.1.8
>
>
> It's informational in nature. Not really an error.
>
> - Andrew
>
> > -----Original Message-----
> > From: Isabel Lameda [mailto:***@bancofederal.com]
> > Sent: Wednesday, August 14, 2002 1:45 PM
> > To: 'tomcat-***@jakarta.apache.org'
> > 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:tomcat-user-> ***@jakarta.apache.org>
> > For
> > additional commands,
> > e-mail: <mailto:tomcat-user-***@jakarta.apache.org>
> >
>
>
> --
> To unsubscribe, e-mail:
> <mailto:tomcat-user-> ***@jakarta.apache.org>
> For
> additional commands,
> e-mail: <mailto:tomcat-user-***@jakarta.apache.org>
>
Isabel Lameda
2002-08-14 19:01:06 UTC
Permalink
Not really, i´m trying to connect Tomcat to IIS, I've alreary done
that with AJP13 Connector but the problem is that i cannot use
the administration tool.

Somebody told me to use the Coyote Connector instead

-----Mensaje original-----
De: Andrew [mailto:***@attbi.com]
Enviado el: Miércoles, 14 de Agosto de 2002 02:57 p.m.
Para: 'Tomcat Users List'
Asunto: RE: Coyote Conecction in Tomcat 4.1.8


Let me clarify. It's not a show stopper for connecting Apache 2.0.39 to
Tomcat 4.1.x via mod_jk2.


- Andrew

> -----Original Message-----
> From: Andrew [mailto:***@attbi.com]
> Sent: Wednesday, August 14, 2002 2:50 PM
> To: 'Tomcat Users List'
> Subject: RE: Coyote Conecction in Tomcat 4.1.8
>
>
> It's informational in nature. Not really an error.
>
> - Andrew
>
> > -----Original Message-----
> > From: Isabel Lameda [mailto:***@bancofederal.com]
> > Sent: Wednesday, August 14, 2002 1:45 PM
> > To: 'tomcat-***@jakarta.apache.org'
> > 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:tomcat-user-> ***@jakarta.apache.org>
> > For
> > additional commands,
> > e-mail: <mailto:tomcat-user-***@jakarta.apache.org>
> >
>
>
> --
> To unsubscribe, e-mail:
> <mailto:tomcat-user-> ***@jakarta.apache.org>
> For
> additional commands,
> e-mail: <mailto:tomcat-user-***@jakarta.apache.org>
>


--
To unsubscribe, e-mail:
<mailto:tomcat-user-***@jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-***@jakarta.apache.org>
Bill Barker
2002-08-14 19:25:45 UTC
Permalink
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" <***@bancofederal.com>
To: <tomcat-***@jakarta.apache.org>
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
Isabel Lameda
2002-08-14 19:42:32 UTC
Permalink
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:***@wilshire.com]
Enviado el: Miércoles, 14 de Agosto de 2002 03:26 p.m.
Para: tomcat-***@jakarta.apache.org
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" <***@bancofederal.com>
To: <tomcat-***@jakarta.apache.org>
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:tomcat-user-***@jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-***@jakarta.apache.org>
Loading...