On 08.04.2009 23:23, nohacks wrote: > thanks for the reply. > > I updated my workers.properties file to > > worker.list=loadbalancer > > > still get this in my mod_jk.log. > > [Wed Apr 08 17:21:46.840 2009] [29811:3075569408] [warn] > jk_map_validate_property::jk_map.c (410): The attribute > 'worker.loadbalancer.balanced_workers' is deprecated - please check the > documentation for the correct replacement.
Look for the replacement of "balanced_workers" in http://tomcat.apache.org/connectors-doc/reference/workers.html > [Wed Apr 08 17:21:46.841 2009] [29811:3075569408] [error] > uri_worker_map_ext::jk_uri_worker_map.c (505): Could not find worker with > name 'ajp13' in uri map post processing. > [Wed Apr 08 17:21:46.841 2009] [29811:3075569408] [error] > uri_worker_map_ext::jk_uri_worker_map.c (505): Could not find worker with > name 'ajp13' in uri map post processing. It seems you haven't successfully defined any JkMount(s) or uriworkermap.properties. If there are no such, then a builtin automatic worker named "ajp13" is assumed, which is not configured in your workers.properties. Don't configure an additional worker with that name, instead try to explain "JkMount" or uriworkermap.properties (both are nearly equivalent, you can choose whatever you like more). They are needed to explain, which URLs Apache httpd should forward via which worker (or not forward at all). Also remove the ps line from workers.properties. It has no meaning. Furthermore look at the page http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html to learn more about timeouts you should use in the configuration. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org