DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40997>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40997 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From [EMAIL PROTECTED] 2006-11-18 16:00 ------- A couple of comments: 1) Your shared memory file is /srv/www/logs/jk-runtime-status. It looks like the apache processes don't have write permissions to the file or to the directory. If you don't like the automaticly chosen file, you can choose another one with JkShmFile. This file is necessary. 2) Don't use worker.ajp13.cachesize=1. The directive cachesize is deprecated. It has beend replaced by connection_pool_size. But also connection_pool_size should only be used in very special cases. The default values are usually better. 3) cache_timeout is also deprecated. Use connection_pool_timeout instead. 4) You don't need lbfactor, since you don't use a mod_jk load balancer worker. 5) There's a typo: instead of reclycle_timeout it should by recycle_timeout, but you shouldn't use that. It has the same meaning as connection_pool_timeout. 6) There is a couple of lines in you log: Reloaded urimaps from /etc/geronimo/uriworkermap.properties so actually reloading happens. To understand if there is really a problem, please give the contents of the uriworkermap file before and after change, and the request URL which does not work as expected after the change. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]