RE: Tomcat IIS Worker problem

2002-10-15 Thread Ignacio J. Ortega
From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 7:09 PM [Tue Oct 15 12:34:16 2002] [jk_worker.c (82)]: Into wc_open [Tue Oct 15 12:34:16 2002] [jk_worker.c (207)]: Into build_worker_map, creating 1 workers [Tue Oct 15 12:34:16 2002] [jk_worker.c

RE: Tomcat IIS Worker problem

2002-10-15 Thread Lior Shliechkorn
Ok, so now that I changed the service to ajp12 I get the following in the log file: [Tue Oct 15 13:48:24 2002] [jk_isapi_plugin.c (679)]: HttpExtensionProc started [Tue Oct 15 13:48:24 2002] [jk_worker.c (123)]: Into wc_get_worker_for_name ajp12 [Tue Oct 15 13:48:24 2002] [jk_worker.c (127)]:

RE: Tomcat IIS Worker problem

2002-10-15 Thread Turner, John
and got Y, now what?. But hey, if you want to draw this out, that's cool. John -Original Message- From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 1:53 PM To: Tomcat Users List Subject: RE: Tomcat IIS Worker problem Ok, so now that I changed

RE: Tomcat IIS Worker problem

2002-10-15 Thread Lior Shliechkorn
: Tuesday, October 15, 2002 1:53 PM To: Tomcat Users List Subject: RE: Tomcat IIS Worker problem Ok, so now that I changed the service to ajp12 I get the following in the log file: [Tue Oct 15 13:48:24 2002] [jk_isapi_plugin.c (679)]: HttpExtensionProc started [Tue Oct 15 13:48:24 2002

RE: Tomcat IIS Worker problem

2002-10-15 Thread Turner, John
, AJP13, and AJP14 designate a particular protocol. John -Original Message- From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 2:04 PM To: Tomcat Users List Subject: RE: Tomcat IIS Worker problem Here we go. The files' contents are below

RE: Tomcat IIS Worker problem

2002-10-15 Thread Lior Shliechkorn
Unfortunately, I'm still getting the original error: [Tue Oct 15 14:15:49 2002] [jk_isapi_plugin.c (679)]: HttpExtensionProc started [Tue Oct 15 14:15:49 2002] [jk_worker.c (123)]: Into wc_get_worker_for_name rsworker [Tue Oct 15 14:15:49 2002] [jk_worker.c (127)]: wc_get_worker_for_name,

RE: Tomcat IIS Worker problem

2002-10-15 Thread Turner, John
offer more. John -Original Message- From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 2:21 PM To: Tomcat Users List Subject: RE: Tomcat IIS Worker problem Unfortunately, I'm still getting the original error: [Tue Oct 15 14:15:49 2002

RE: Tomcat IIS Worker problem

2002-10-15 Thread Lior Shliechkorn
and uri.properties file look fine to me. Perhaps someone out there with a working IIS configuration can offer more. John -Original Message- From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 2:21 PM To: Tomcat Users List Subject: RE: Tomcat IIS Worker problem

RE: Tomcat IIS Worker problem

2002-10-15 Thread Mark Eggers
Hmm, I have a little more in my workers.properties file. I've attached mine along with this message. And here's my uriworkermap.properties information. /examples/*.jsp=ajp13 /examples/servlet/*=ajp13 /ora/*.jsp=ajp13 /cocoon/*=ajp13 /jetspeed/*=ajp13 /Addressbook/*=ajp13 This is working well