Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 99763 invoked from network); 24 Jun 2003 20:53:14 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 24 Jun 2003 20:53:14 -0000 Received: (qmail 22722 invoked by uid 97); 24 Jun 2003 20:55:40 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 22715 invoked from network); 24 Jun 2003 20:55:40 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 24 Jun 2003 20:55:40 -0000 Received: (qmail 98276 invoked by uid 500); 24 Jun 2003 20:52:57 -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 98262 invoked from network); 24 Jun 2003 20:52:57 -0000 Received: from navgwout.phillynews.com (HELO navgw.phillynews.com) (161.188.204.247) by daedalus.apache.org with SMTP; 24 Jun 2003 20:52:57 -0000 Received: from phlxch02.phillynews.com ([10.232.201.208]) by navgw.phillynews.com (NAVGW 2.5.2.21) with SMTP id M2003062416530523576 for ; Tue, 24 Jun 2003 16:53:05 -0400 Received: by phlxch02.phillynews.com with Internet Mail Service (5.5.2655.55) id ; Tue, 24 Jun 2003 16:53:07 -0400 Message-ID: From: "Januski, Ken" To: Tomcat Users List Subject: RE: Connectors for IIS/Tomcat SHOULD make sense Date: Tue, 24 Jun 2003 16:53:02 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C33A92.9A121B60" 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_01C33A92.9A121B60 Content-Type: text/plain; charset="iso-8859-15" I've honed uriworkermap.properties down to just this simple one below and have only tried accessing pages that it should find, like http://inqtomcat/examples/jsp/index.html I was also looking at the Professional Tomcat book and it mentioned running netstat -a to make sure port 8009 was listening. When I did I found two entries: one established and one listening. I'm not sure if that could have anything to do with the problem but I did want to mention it. # #Simple worker configuration file # #Mount the Servlet context to the ajp13 worker # /servlet/*=ajp13 # #Mount the examples context to the ajp13 worker # /examples/*=ajp13 # #Advanced mount of the examples context # #/examples/servlet/*=ajp13 # #*****End uriworkermap.properties***** -----Original Message----- From: Jason Bainbridge [mailto:jason@jblinux.org] Sent: Tuesday, June 24, 2003 4:40 PM To: Tomcat Users List Subject: Re: Connectors for IIS/Tomcat SHOULD make sense On Wed, 25 Jun 2003 04:15, Januski, Ken wrote: > Friendly messages are turned off but the error page is the familiar Tomcat > one. It just slipped my mind that that indicated that Tomcat was throwing > the error. I guess the question then is "why is Tomcat trying to load /jakarta/isapi_redirector.dll?" do you have a uriworkermap.properties file? -- Jason Bainbridge http://jblinux.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org ------_=_NextPart_001_01C33A92.9A121B60--