Hi, I installed TomCat 3.2.3 and isapi_redirect.dll, registry setup etc. ISAPI filter has a green arrow showing (means working) But when I request JSP pages, I get a inetinfo.exe mem error. I know it has to do with IIS because TomCat works for localhost:8080/mypage.jsp (8080 is the port# for TomCat) but not localhost/mypage.jsp (also works when I request it with an url e.g. www.mypage.com:8080/mypage.jsp).
/************ IIS 5.0 log ********************/ #Software: Microsoft Internet Information Services 5.0 #Version: 1.0 #Date: 2001-10-05 03:28:04 #Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status cs(User-Agent) 2001-10-05 03:28:04 128.111.39.208 - 128.111.39.208 80 GET /index.html - 304 Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0;+.NET+CLR+1.0.2914) 2001-10-05 03:28:22 128.111.39.208 - 128.111.39.208 80 GET /index.html - 200 Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0;+.NET+CLR+1.0.2914) 2001-10-05 03:30:01 128.111.39.208 - 128.111.39.208 80 GET /index.html - 304 Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0;+.NET+CLR+1.0.2914) 2001-10-05 03:30:33 128.111.39.208 - 128.111.39.208 80 GET /jakarta/isapi_redirect.dll - 401 Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0;+.NET+CLR+1.0.2914) /***************************************************/ /************* TomCat ISAPI log *******************/ [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 /************************************************/ Its weird, when I request the jsp page from an url (not localhost) it will first ask for my network information (user name, password and domain) I am possitive there is no problem with TomCat itself, and IIS works fine on my other pages (.html's). Filter under IIS should work (green arrow). I think i am doing something wrong with the TomCat config files. /***************part of C:\TomCat\config\server.xml****************/ <Context path="/" docBase="C:/InetPub/wwwroot" debug="0" reloadable="true" /> <Context path="/" docBase="C:/myWebPageFolder" crossContext="true" debug="0" reloadable="true" trusted="false" /> /***********************************************************/ /**************C:\TomCat\conf\uriworkermap.properties*************/ # # Simple worker configuration file # # Mount the servlet context to the ajp12 worker /servlet/*=ajp12 # Mount the examples context to the ajp12 worker /examples/*=ajp12 # Advanced mount of the examples context # /examples/*.jsp=ajp12 # /examples/servlet/*=ajp12 # mount jsp files /*.jsp=ajp12 /*****************************************************/ As you can see, I dont have my site under C:\Inetpub\wwwroot, I hope that is not what causes the problem. I have research online, it seems that reinstalling IIS can solve the problem on IIS redirecting jsp to TomCat problem. But when I search for inetinfo.exe mem error, I didnt find any solutions. Please ask for any other information you need. Thanks for reading, any input is greatly appreciated. Rick _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
