I'll go through the potentially obvious mistakes: 1) Are you sure you are editing the correct workers.properties? 2) Have you cleared out the mod_jk.log before trying again, maybe the messages are old
I'm sure you probably have done all of this, but I know that these mistakes, while obvious, are quite easy to make. >>> [EMAIL PROTECTED] 12/5/03 10:27:04 AM >>> Yes, I have that. So, why would it ignore my worker.list for the workers I define? 2003-12-04 17:16:58 Ajp13Connector[8009] Starting background thread 2003-12-04 17:16:58 Ajp13Processor[8009][0] Starting background thread 2003-12-04 17:16:58 Ajp13Processor[8009][1] Starting background thread 2003-12-04 17:16:58 Ajp13Processor[8009][2] Starting background thread 2003-12-04 17:16:58 Ajp13Processor[8009][3] Starting background thread 2003-12-04 17:16:58 Ajp13Processor[8009][4] Starting background thread workers.properties: workers.tomcat_home=C:\tomcat workers.java_home=C:\MMIS_IAS\jdk workers.th=C:\tomcat ps=\ worker.list=test worker.test.port=8009 worker.test.host=localhost worker.test.type=ajp13 http.conf: LoadModule jk_module modules/mod_jk.dll AddModule mod_jk.c JkWorkersFile "C:/Tomcat/conf/jk/workers.properties" JkLogFile "C:/tomcat/logs/mod_jk.log" JkLogLevel debug JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " my mod_jk.log says: [Tue Dec 02 17:52:45 2003] [jk_worker.c (88)]: Into wc_open [Tue Dec 02 17:52:45 2003] [jk_worker.c (222)]: Into build_worker_map, creating 1 workers [Tue Dec 02 17:52:45 2003] [jk_worker.c (228)]: build_worker_map, creating worker ajp12 [Tue Dec 02 17:52:45 2003] [jk_worker.c (148)]: Into wc_create_worker [Tue Dec 02 17:52:45 2003] [jk_worker.c (162)]: wc_create_worker, about to create instance ajp12 of ajp12 [Tue Dec 02 17:52:45 2003] [jk_ajp12_worker.c (283)]: Into ajp12_worker_factory [Tue Dec 02 17:52:45 2003] [jk_worker.c (171)]: wc_create_worker, about to validate and init ajp12 [Tue Dec 02 17:52:45 2003] [jk_ajp12_worker.c (200)]: Into jk_worker_t::validate [Tue Dec 02 17:52:45 2003] [jk_ajp12_worker.c (212)]: In jk_worker_t::validate for worker ajp12 contact is localhost:8007 [Tue Dec 02 17:52:45 2003] [jk_worker.c (187)]: wc_create_worker, done [Tue Dec 02 17:52:45 2003] [jk_worker.c (238)]: build_worker_map, removing old ajp12 worker [Tue Dec 02 17:52:45 2003] [jk_worker.c (250)]: build_worker_map, done [Tue Dec 02 17:52:45 2003] [jk_worker.c (111)]: wc_open, done 1 Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
