Hello All. My Environment: RHEL 5.3 Apache 2.2.11 mod_jk 1.2.30 JBoss 5.0.0 GA
I have changed the configuration from using mod_proxy_ajp to mod_jk. When I restarted Apache, huge "info" messages were put out to the mod_jk's log like following (over 200 lines!) "mod_jk.log" [Tue Feb 08 21:03:22.392 2011] [7464:47961817146464] [info] ajp_send_request::jk_ajp_common.c (1574): (node1) all endpoints are disconnected, detected by connect check (1), cping (0), send (0) Now still these messages are output about 10 lines per a day. It seems that mod_jk checks whether the connection is opened or not before sending the request to Tomcat, and if the connection is closed, the info message will be output and retry to connect. Why such huge messages would be output? I think mod_jk could have a keep-alive connection, so I wonder why such kinds of message appears frequently... Does anyone have any infomation? "workers.properties" worker.list=node1 worker.node1.type=ajp13 worker.node1.host=xxx.xxx.48.130 worker.node1.port=8009 Best regards, --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org