Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 83087 invoked from network); 5 Feb 2003 21:03:23 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 5 Feb 2003 21:03:23 -0000 Received: (qmail 24471 invoked by uid 97); 5 Feb 2003 21:04:54 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 24464 invoked from network); 5 Feb 2003 21:04:54 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 5 Feb 2003 21:04:54 -0000 Received: (qmail 80083 invoked by uid 500); 5 Feb 2003 21:02:50 -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 80036 invoked from network); 5 Feb 2003 21:02:50 -0000 Received: from smtp011.mail.yahoo.com (216.136.173.31) by daedalus.apache.org with SMTP; 5 Feb 2003 21:02:50 -0000 Received: from unknown (HELO sideshowfry) (sideshowfry@63.67.57.131 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 5 Feb 2003 21:02:54 -0000 Message-ID: <005a01c2cd59$e94a76b0$8a2912ac@hqnt> From: "sideshowfry" To: Subject: isapi_redirector2.dll version issue (jk2, iis) Date: Wed, 5 Feb 2003 13:02:36 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N FYI I couldn't get isapi_redirector2.dll v2.0.2 to work. (http://localhost:8080/examples worked, http://localhost/examples didn't.) After much fiddling around, I switched to v2.0.1, rebooted and it worked. (net stop iisadmin didn't help - had to reboot). I got various errors shown in event manager as I fiddled with things in jk2.properties and workers2.properties. Once I figured that the dll was the only thing that made the difference, I reduced the errors to just this: Error: [jk_endpoint.c (90)]: workerEnv.init() create slot epStat.0 failed (Also, Error: [jk_shm.c (333)]: shm.init(): No file, but I don't think that matters.) Other stuff someone might want to know: IIS/PWS 4 from NT Option Pack, freshly installed NT4 SP6a Workstation, freshly installed Tomcat 4.1.18, freshly installed default jk2.properties file with (seemingly) nothing in it except comments workers2.properties file created (the default referred to in documentation/howtos didn't exist) containing: # Define the communication channel [channel.socket:localhost:8009] info=Ajp13 forwarding over socket tomcatId=localhost:8009 # Map the Tomcat examples webapp to the Web server uri space [uri:/examples/*] info=Map the whole webapp Registry entries created: [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\2.0] "extensionUri"="/jakarta/isapi_redirector2.dll" "serverRoot"="C:\\java\\jakarta-tomcat-4.1.18" "logLevel"="INFO" "workersFile"="C:\\java\\jakarta-tomcat-4.1.18\\conf\\workers2.properties" I used the /examples context in my testing. I haven't changed any other settings or added any content to Tomcat or IIS. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org