Yes, I went to regedit and checked. It was all there. Ok, there's something I see now. The log file for isapi_redirect.log has this in there now: [Tue Oct 15 11:26:10 2002] [jk_uri_worker_map.c (416)]: jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match worker1 -> *.jsp [Tue Oct 15 11:26:10 2002] [jk_isapi_plugin.c (617)]: HttpFilterProc [/examples/jsp/num/numguess.jsp] is a servlet url - should redirect to worker1 [Tue Oct 15 11:26:10 2002] [jk_isapi_plugin.c (639)]: HttpFilterProc check if [/examples/jsp/num/numguess.jsp] is points to the web-inf directory [Tue Oct 15 11:26:10 2002] [jk_isapi_plugin.c (679)]: HttpExtensionProc started [Tue Oct 15 11:26:10 2002] [jk_worker.c (123)]: Into wc_get_worker_for_name worker1 [Tue Oct 15 11:26:10 2002] [jk_worker.c (127)]: wc_get_worker_for_name, done did not found a worker [Tue Oct 15 11:26:10 2002] [jk_isapi_plugin.c (701)]: HttpExtensionProc could not get a worker for name worker1 [Tue Oct 15 11:26:10 2002] [jk_isapi_plugin.c (722)]: HttpExtensionProc error, could not get a worker for name worker1 Why could it not get the worker1? This is very exciting. Thanks. "Turner, John" <[EMAIL PROTECTED]> wrote: The files look pretty good. Have you added the necessary registry keys?
John > -----Original Message----- > From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 11:18 AM > To: Tomcat Users List > Subject: Re: Tomcat 4.0.5 / IIS 5 > > > > > Did you setup the ajp13 connector in the tomcat server.xml file? > > I uncommented it as I saw in a tutorial in one of the recent > posts. I see that I have the isapi_redirect log in the > tomcat\logs directory but it's empty. What should the > worker.properties file contain? Maybe I have it wrong. This > is what I have: > > workers.tomcat_home=c:\tomcat > workers.java_home=c:\jdk1.3.1_04 > ps=/ > worker.list = worker1 > worker.worker1.type = ajp13 > worker.worker1.host = localhost > worker.worker1.port = 8009 > > > and the uriworkermap.prop: > > /*.jsp=worker1 > /examples/*.jsp=worker1 > /examples/servlet/*=worker1 > > But when I go to http://localhost/examples I get that the > page cannot be found. > > thanks, > > Lior > > -- To unsubscribe, e-mail: For additional commands, e-mail: --------------------------------- Do you Yahoo!? Faith Hill - Exclusive Performances, Videos, & more faith.yahoo.com
