You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Isabel Lameda <IL...@bancofederal.com> on 2002/08/14 19:44:32 UTC

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Coyote Conecction in Tomcat 4.1.8

Posted by Bill Barker <wb...@wilshire.com>.
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" <IL...@bancofederal.com>
To: <to...@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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Coyote Conecction in Tomcat 4.1.8

Posted by Andrew <an...@attbi.com>.
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:andrewconrad@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:ILAMEDA@bancofederal.com]
> > Sent: Wednesday, August 14, 2002 1:45 PM
> > To: 'tomcat-user@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-> unsubscribe@jakarta.apache.org>
> > For
> > additional commands, 
> > e-mail: <ma...@jakarta.apache.org>
> > 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> unsubscribe@jakarta.apache.org>
> For 
> additional commands, 
> e-mail: <ma...@jakarta.apache.org>
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Coyote Conecction in Tomcat 4.1.8

Posted by Andrew <an...@attbi.com>.
It's informational in nature.  Not really an error.

- Andrew

> -----Original Message-----
> From: Isabel Lameda [mailto:ILAMEDA@bancofederal.com] 
> Sent: Wednesday, August 14, 2002 1:45 PM
> To: 'tomcat-user@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-> unsubscribe@jakarta.apache.org>
> For 
> additional commands, 
> e-mail: <ma...@jakarta.apache.org>
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>