Apache Tomcat performance
Jérôme Balducci
jerome at plugaround.com
Tue Jan 4 16:35:04 MSK 2011
Do you see something like this at tomcat startup?
Jan 3, 2011 6:29:22 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
Jan 3, 2011 6:29:22 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Jan 3, 2011 6:29:23 PM org.apache.coyote.http11.Http11AprProtocol init
And do you have defined connector for your service catalina in server.xml with Http11AprProtocol :
<Connector port="8080" protocol="org.apache.coyote.http11.Http11AprProtocol"
connectionTimeout="20000" />
If yes, you have indeed Tomcat with APR well configured.
Le 3 janv. 2011 à 22:38, mschipperheyn a écrit :
> Ok, so, installing native support by installing libtcnative-1 is not the
> same as building Tomcat with APR native?
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,162986,163236#msg-163236
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
More information about the nginx
mailing list