On 30.03.2013 12:43, Chris Arnold wrote >>The following param doesn't exist in your old version:
> # error_escalation_time: seconds, default = recover_time/2 (=30) > # Determines, how fast a detected error should switch from > # local error state to global error state > # Since: 1.2.28 > worker.balancer.error_escalation_time=0 The following were not in the original post as i snipped these out in order to post only what i thought was important. They have always existed in the file since i downloaded the one you pointed me too. >>That following port likely is wrong. you need to configure the AJP port >>of Tomcat, something like 8009 or whataver you have chosen in >>server.xml. Make sure the AJP port in server.xml is not commented out. > worker.worker1.port=8080 Yes, i changed this to 8009 as stade in the server xml >>The following param doesn't exist in your old version: > # - socket_connect_timeout: milliseconds, default=0 > # Since: 1.2.27 > worker.template.socket_connect_timeout=5000 See above and ended up having to comment this out as it is not supported in the version of mod_jk i am using. >>The following params don't exist in your old version: > # - ping_mode: Character, default=none > # When should we use cping/cpong connection probing? > # C = directly after establishing a new connection > # P = directly before sending each request > # I = in regular intervals for idle connections > # using the watchdog thread > # A = all of the above > # Since: 1.2.27 > worker.template.ping_mode=A > > # - ping_timeout: milliseconds, default=10000 > # Wait timeout for cpong after cping > # Can be overwritten for modes C and P > # Using connect_timeout and prepost_timeout. > # Since: 1.2.27 > worker.template.ping_timeout=10000 See above and ended up having to comment this out as it is not supported in the version of mod_jk i am using. >>The following param doesn't exist in your old version: > # - reply_timeout: milliseconds, default=0 > # Any pause longer than this timeout during waiting > # for a part of the reply will abort handling the request > # in mod_jk. The request will proceed running in > # Tomcat, but the web server resources will be freed > # and an error is send to the client. > # For individual requests, the timeout can be overwritten > # by the Apache environment variable JK_REPLY_TIMEOUT. > # JK_REPLY_TIMEOUT since: 1.2.27 > worker.template.reply_timeout=300000 See above and ended up having to comment this out as it is not supported in the version of mod_jk i am using. Apache finally started after commenting those out and changing the port. And i can now access http://share.domain.com Ranier, thank you for your time and instruction. Shall i send you some paypal monies? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org