atom feed4 messages in org.apache.tomcat.usersRE: Problem with Isapi Redirector
FromSent OnAttachments
McCoy, JimJun 27, 2000 7:08 am 
Stephen MorleyJun 27, 2000 1:07 pm 
McCoy, JimJun 27, 2000 2:44 pm 
Craig R. McClanahanJun 27, 2000 4:40 pm 
Subject:RE: Problem with Isapi Redirector
From:McCoy, Jim (jame@ctghs.com)
Date:Jun 27, 2000 2:44:20 pm
List:org.apache.tomcat.users

Have solved the problem. Didnt add the Filter DLLs registry entry as documented. After adding it all is well.

By the way for those who missed it , you must add the context.log to the server.xml for NT version to work properly.

-----Original Message----- From: McCoy, Jim [SMTP:jame@ctghs.com] Sent: Tuesday, June 27, 2000 9:09 AM To: 'tomc@jakarta.apache.org' Subject: Problem with Isapi Redirector

Have installed latest Tomcat on NT successfully; able to run example jsp and servlets using localhost:8080. Have also installed Apache and can successfully run the same example jsp and servlets using localhost thru the Apache web server Have also installed the isapi redirector and configured for a Personal Web Server. When running the jsp and servlets thru PWS using localhost, I get a connect failure errorno 61. I see in the isapi log that we are trying to connect to Tomcat but it uses various port numbers instead of the 8007 that is in the conf files. Anybody have any ideas of what is wrong?