> Newbie: IIS5/Tomcat3.2.3/Win2000sp1 > > I apologize in advance if this appears to be a stupid question, > however, I have not been able to figure out an answer: > > I am attempting to integrate IIS5 with Tomcat 3.2.3. After > performing the following, I recieve errors. Any suggestions would be > appreciated. > > 1) Installed Tomcat 3.2.3 and downloaded isapi_redirect.dll > VERIFIED: Tomcat and IIS both work independantly, I can > load > http://localhost:8080/examples/jsp/index.html > directly through tomcat. > > 2) I followed the IIS-Tomcat HOW TO exactly. I added these > entries to the registry > > 1) a Key called: Apache Software Foundation/Jakarta > Isapi Redirector/ 1.0 > 2) String Value: extension_uri = > /jakarta/isapi_redirect.dll > 3) String Value: log_file = > C:\jakarta-tomcat-3.2.3\logs\isapi.log > 4) String VAlue: worker_file = > C:\jakarta-tomcat-3.2.3\conf\workers.properties > 5) String Value: worker_mount_file = > C:\jakarta-tomcat-3.2.3\conf\uriworkermap.properties > 6) String Value: log_level = debug > > I have verified all of these registry entries > 3) I went into IIS management console and added virtual > directory /jakarta (with execute access) pointing to > C:\jakarta-tomcat-3.2.3\bin\win32\i386 with contents of > isapi_redirect.dll > 4) Set up isapi filter on the default website for IIS pointing > to isapi_redirect.dll in C:\jakarta-tomcat-3.2.3\bin\win32\i386. > 5) Filter shows green arrow > 7) start up tomcat -- no error produced > 6) Restart IIS from services (and web publisher) > > NOTE: workers.properties has only 3 changes > 1) changed: workers.tomcat_home=C:\jakarta-tomcat-3.2.3 > 2) changed: workers.java_home=C:\jdk1.3.1 > 3) Commented out all info for ajp13 worker > > NOTE: uriworkermap.properties has NOT been changed > > NOW . . . I go to http://localhost/examples/jsp/index.html and > i recieve an error stateing: > > inetinfo.exe application error > > the instruction at "0x100042c0" referenced memory at > "0x100042c0". The memory could not be "read". > > > Further the browser shows a "The page cannot be displayed" error > Also, the isapi log says the following: > > [Jack Rudnick] [jk_uri_worker_map.c (156)]: Into > jk_uri_worker_map_t::uri_worker_map_alloc [jk_uri_worker_map.c (196)]: Into jk_uri_worker_map_t::uri_worker_map_open [jk_uri_worker_map.c (211)]: jk_uri_worker_map_t::uri_worker_map_open, rule map size is 2 [jk_uri_worker_map.c (267)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule /servlet/=ajp12 was added [jk_uri_worker_map.c (267)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/=ajp12 was added [jk_uri_worker_map.c (296)]: Into jk_uri_worker_map_t::uri_worker_map_open, there are 2 rules [jk_uri_worker_map.c (317)]: jk_uri_worker_map_t::uri_worker_map_open, done [jk_worker.c (82)]: Into wc_open [jk_worker.c (207)]: Into build_worker_map, creating 1 workers [jk_worker.c (213)]: build_worker_map, creating worker ajp12 [jk_worker.c (138)]: Into wc_create_worker [jk_worker.c (152)]: wc_create_worker, about to create instance ajp12 of ajp12 [jk_ajp12_worker.c (264)]: Into ajp12_worker_factory [jk_worker.c (161)]: wc_create_worker, about to validate and init ajp12 [jk_ajp12_worker.c (182)]: Into jk_worker_t::validate [jk_ajp12_worker.c (194)]: In jk_worker_t::validate for worker ajp12 contact is localhost:8007 [jk_worker.c (177)]: wc_create_worker, done [jk_worker.c (223)]: build_worker_map, removing old ajp12 worker [jk_worker.c (235)]: build_worker_map, done [jk_worker.c (102)]: wc_open, done [jk_isapi_plugin.c (408)]: HttpFilterProc started [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of /examples/jsp/index.html [jk_uri_worker_map.c (345)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (407)]: jk_uri_worker_map_t::map_uri_to_worker, Found a match ajp12 [jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/jsp/index.html] is a servlet url - should redirect to ajp12 [jk_isapi_plugin.c (461)]: HttpFilterProc check if [/examples/jsp/index.html] is points to the web-inf directory [jk_uri_worker_map.c (176)]: Into jk_uri_worker_map_t::uri_worker_map_free [jk_uri_worker_map.c (327)]: Into jk_uri_worker_map_t::uri_worker_map_close [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters [jk_worker.c (109)]: Into wc_close [jk_worker.c (111)]: wc_close, done Does anyone have any ideas about this?? What is the potential problem? I am in dire need of any assitance Thanks in advance for any suggestions that anyone may have Jack [EMAIL PROTECTED] > >
