Hi, heind heind schrieb: > Hi, > > I have a web application deployed in tomcat embedded in jonas 4.7.4 > Application Server, and in frontend there are apache 2.0.55 and mod_jk > 12.20. > > My issue is that the message below is generated systematically after every > jsp call although the jsp are well served and the application works fine. > >
... > My question is what is the meaning of this message and how to avoid a > second > attempt ? > > PS : > - my Apache is 2.0.55 prefork so I can't increase the > connectio_pool_minsize > (cf. http://tomcat.apache.org/connectors-doc/reference/workers.html ) > - the workers.properties is in standard configuration. There is no "standard" configuration. Please post your workers.properties, the Jk* directives and the config of the prefork MPM from your apache config and the tomcat AJP/1.3 connector config from server.xml. As long as there are no messages of higher level, those info messages do not indicate a serious functional problem. Normally they should not show up for each request. Are you sure that you get those for every request? What happens, if you use the binary "ab" from your apache httpd to send let's say 1000 requests with a parallelity of 10 (ab -c 10 -n 1000 http://myserver:myport/myurl)? Regards, Rainer --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]