Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 505249DA5 for ; Thu, 14 Jun 2012 00:46:05 +0000 (UTC) Received: (qmail 17112 invoked by uid 500); 14 Jun 2012 00:46:01 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 17065 invoked by uid 500); 14 Jun 2012 00:46:01 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 17051 invoked by uid 99); 14 Jun 2012 00:46:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2012 00:46:01 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 141.254.1.213 is neither permitted nor denied by domain of Alex.DeMarco@suny.edu) Received: from [141.254.1.213] (HELO saam4.sysadm.suny.edu) (141.254.1.213) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2012 00:45:53 +0000 Received: from scenm3d.suny.edu ([141.254.107.6]) by saam4.sysadm.suny.edu (PMDF V6.5 #31799) with ESMTP id <0M5L00L030RLAF@saam4.sysadm.suny.edu> for users@tomcat.apache.org; Wed, 13 Jun 2012 20:45:22 -0400 (EDT) Received: from scenm2.sysadmin.suny.edu (141.254.1.214) by scenm3d.sysadmin.suny.edu (141.254.111.212) with Microsoft SMTP Server id 14.2.298.4; Wed, 13 Jun 2012 20:45:21 -0400 Date: Wed, 13 Jun 2012 20:45:20 -0400 From: "DeMarco, Alex" Subject: RE: Jakarta ISAP Redirector In-reply-to: <4FD8D964.40306@ice-sa.com> To: Tomcat Users List Message-id: <43AEA7B4C17AC9469A28DC5F6A75682210003708@wwwmail.suny.edu> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Thread-Topic: Jakarta ISAP Redirector thread-index: Ac1JmpXRvPkKKotySl6tHUEkCezXhQAKzE6w Content-Class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: References: <43AEA7B4C17AC9469A28DC5F6A7568220FF37DC2@wwwmail.suny.edu> <4FD8D964.40306@ice-sa.com> X-Virus-Checked: Checked by ClamAV on apache.org Yes I have looked in the log file and set it debug. There are no errors = logged. My uriworkermap has this: /myapp=3DDTS_Submission /myapp/*=3DDTS_Submission My Workers file has: worker.list=3DDTS_Submission worker.DTS_Submission.type=3Dajp13 worker.DTS_Submission.host=3Dxxx.xxx.xxx.xxx worker.DTS_Submission.port=3D3305 If I am locally on the box (with a local host entry that maps to the = same IIS site on that box) it works fine. However, from my desktop I get a page could not be found... However, it = says it can't find http://myurl:80/jakarta/isapi_redirect.dll I have = double and triple checked my config. >From my desktop this works: http://myurl/myapp/services/mywebservice?wsdl but this fails http:// myurl/myapp/services?wsdl but when on the local sever everything works. I see no errors in the = log. It's like IIS is stopping the request?? - Alex -----Original Message----- From: Andr=E9 Warnier [mailto:aw@ice-sa.com]=20 Sent: Wednesday, June 13, 2012 2:18 PM To: Tomcat Users List Subject: Re: Jakarta ISAP Redirector DeMarco, Alex wrote: > I hope this is the right place to post this question. >=20 It is the right place. > =20 >=20 > We have the latest Jakarta Plugin installed with IIS 7.5. >=20 > =20 >=20 > Do you know, does the plugin specifically block /services requests on = > wsdl's >=20 Short answer : no, it does not specifically block any request. In fact, it is the opposite : it only forwards requests to Tomcat, if = the request URL matches some pre-defined values. See : http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html the section "How does it work ?". (and for the word "worker", understand "a back-end tomcat"). One more thing : the isapi_redirector can write a logfile. See item (3) in the section "Configuring the ISAPI Redirector" for = details. The logfile will tell you when and why it is forwarding a request to = Tomcat and when/why not. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org