Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 42387 invoked from network); 7 May 2002 12:44:03 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 7 May 2002 12:44:03 -0000 Received: (qmail 17739 invoked by uid 97); 7 May 2002 12:43:42 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 17723 invoked by uid 97); 7 May 2002 12:43:42 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 17711 invoked by uid 98); 7 May 2002 12:43:41 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <2159E4428683D01194530000B45B8E820B1C10@GMS01> From: simpson@canada.com To: tomcat-user@jakarta.apache.org Subject: IIS5 and tomcat 4.0.3 via AJP Date: Tue, 7 May 2002 08:55:09 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1F5C6.6B130FB0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C1F5C6.6B130FB0 Content-Type: text/plain; charset="iso-8859-1" sorry if this is an annoying starter question but i have so far not been able to retrieve the list faq. i have IIS5 , J2SE 1.4 , J2EE 1.3.1 , tomcat 4.0.3 , and isapi_redirect.dll installed on W2K server SP2. isapi_redirect was downloaded from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/win32/i386/ isapi_redirect.dll as specified in the tomcat docs - AJP.HTML. everything works fine when browsing on port 8080 , but trying to use port 80 causes an internal server error to be returned. i have been over the setup many times and don't see the problem , i can't find any indication in any log files as to what the actual problem may be. my guess is that the tomcat docs are out of date and that the isapi_redirect.dll v3.3 will not work woth tomcat 4 ?? maybe i have this concept wrong but i though that if i can access resources directly via tomcat on 8080 using http://127.0.0.1:8080/examples/jsp/index.html , that i should then also be able to access the same via IIS / AJP using http://127.0.0.1/examples/jsp/index.html . the iis_redirect.log file shows : [Tue May 07 08:24:52 2002] [jk_isapi_plugin.c (657)]: HttpFilterProc started [Tue May 07 08:24:52 2002] [jk_isapi_plugin.c (705)]: In HttpFilterProc Virtual Host redirection of /127.0.0.1/examples/jsp/index.html [Tue May 07 08:24:52 2002] [jk_uri_worker_map.c (447)]: Into jk_uri_worker_map_t::map_uri_to_worker [Tue May 07 08:24:52 2002] [jk_uri_worker_map.c (464)]: Attempting to map URI '/127.0.0.1/examples/jsp/index.html' [Tue May 07 08:24:52 2002] [jk_uri_worker_map.c (570)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match [Tue May 07 08:24:52 2002] [jk_isapi_plugin.c (711)]: In HttpFilterProc test Default redirection of /examples/jsp/index.html [Tue May 07 08:24:52 2002] [jk_uri_worker_map.c (447)]: Into jk_uri_worker_map_t::map_uri_to_worker [Tue May 07 08:24:52 2002] [jk_uri_worker_map.c (464)]: Attempting to map URI '/examples/jsp/index.html' [Tue May 07 08:24:52 2002] [jk_uri_worker_map.c (489)]: jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> /examples/ [Tue May 07 08:24:52 2002] [jk_isapi_plugin.c (721)]: HttpFilterProc [/examples/jsp/index.html] is a servlet url - should redirect to ajp13 [Tue May 07 08:24:52 2002] [jk_isapi_plugin.c (784)]: HttpFilterProc check if [/examples/jsp/index.html] is points to the web-inf directory the IIS log shows : 2002-05-07 12:24:52 127.0.0.1 - W3SVC1 GMS06 127.0.0.1 80 GET /jakarta/isapi_redirect.dll - 500 0 296 20 HTTP/1.1 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+Q312461;+.NET+CLR+1.0.291 4) - - any help with this would be greatly appreciated. ------_=_NextPart_001_01C1F5C6.6B130FB0--