For worker.properties.minimal you need (you're missing the first line): worker.list=ajp13w worker.ajp13w.type=ajp13 worker.ajp13w.host=localhost worker.ajp13w.port=8009
-----Original Message----- From: Gregg D Bolinger [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 3:20 PM To: David Thielen Cc: Tomcat Users List Subject: Re: Tomcat 5.5.9 and IIS 5/6 Ohm another thing...I actually got an error in my tomcat log fle. HttpExtensionProc::jk_isapi_plugin.c (1029): could not get a worker for name ajp13w Does that help? gregg On 9/19/05, Gregg D Bolinger <[EMAIL PROTECTED]> wrote: > > Ok Dave. Checking..Here is the information I have. Maybe I have a typo and > can't see it because I have been staring at it too long. > > workers.properties.minimal > --------------------------------------- > worker.ajp13w.type=ajp13 > worker.ajp13w.host=localhost > worker.ajp13w.port=8009 > > uriworkermap.properties > ------------------------------------ > /servlets-examples/*=ajp13w > !/servlets-examples/*.jpeg=ajp13w > > registry > ----------------- > Value 0 > Name: extension_uri > Type: REG_SZ > Data: /jakarta/isapi_redirect.dll > > Value 1 > Name: log_file > Type: REG_SZ > Data: c:\tomcat\logs\isapi.log > > Value 2 > Name: log_level > Type: REG_SZ > Data: info > > Value 3 > Name: worker_file > Type: REG_SZ > Data: c:\tomcat\conf\workers.properties.minimal > > Value 4 > Name: worker_mount_file > Type: REG_SZ > Data: c:\tomcat\conf\uriworkermap.properties > > everything looks good to me, but who knows. > > Gregg > > On 9/19/05, David Thielen <[EMAIL PROTECTED]> wrote: > > > > All I can suggest is make sure the uriworkers. and workers. files are > > correct, that the registry is pointing at the ones you think it is pointing > > at AND that you have the servlets spelled correctly - - its > > servlets-examples, not servlet-examples on my system. > > > > Thanks - dave > > > > ------------------------------ > > > > *From:* Gregg D Bolinger [mailto:[EMAIL PROTECTED] > > *Sent:* Monday, September 19, 2005 2:45 PM > > *To:* David Thielen > > *Cc:* Tomcat Users List > > *Subject:* Re: Tomcat 5.5.9 and IIS 5/6 > > > > Ok Dave. I rebooted and the Filter is Green. So that is a start. > > However, the servlets-examples is still not being loaded. Says page cannot > > be displayed. There is nothing in the log file. I made sure, per your > > discovery, that the uriworkermap.properties file is fixed. Any other > > suggestions? > > > > Thanks a bunch. > > > > > > Gregg > > > > On 9/19/05, *David Thielen* < [EMAIL PROTECTED]> wrote: > > > > Hello; > > > > I can feel your pain - I just went through this. A couple of things: > > 1) reboot. It shouldn't be necessary but was in my case. > > 2) If IIS6, you have to go to the web extensions(?) in IIS and add > > isapi_redirect.dll as an allowed extension. > > > > Good luck - dave > > > > > > -----Original Message----- > > From: Gregg D Bolinger [mailto:[EMAIL PROTECTED] > > Sent: Monday, September 19, 2005 2:23 PM > > To: [email protected] > > Subject: Tomcat 5.5.9 and IIS 5/6 > > > > I am having to get Tomcat setup with IIS on Windows 2003. I started > > testing > > on my XP box to make sure I could get things rolling before I started > > screwing with the server. So first I download isapi_redirect.dll from > > here<http://apache.towardex.com/jakarta/tomcat-connectors/jk/binaries/win32/ > > > > jk-1.2.14/>. > > Next, I followed step by step the instructions located > > here<http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/jk/iishowto > > > > .html> > > .<http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/jk/iishowto.ht > > ml> > > > > I have also changed the paths in my workers.properties file to reflect > > my > > java and tomcat home locations. > > > > Needless to say, it is not working. I can't get the filter to show a > > green > > arrow in IIS. It still shows that the isapi_redirect.dll is not loaded. > > No > > log files are being generated or anything. > > > > I was wondering if > > > > A. I am following current instructions > > B. Do I have the right DLL downloaded > > C. What else can I do > > > > Thanks. > > > > Gregg > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
