On 14.06.2012 03:03, DeMarco, Alex wrote:
I have 4 servers all configured the same way.. Locally the call works fine yet
remotely I get an iis 404....
Maybe you get a redirect that isn't working remotely?
Use a browser that allows to track traffic, like Firefox with the
FireBug plugin and check the full conversation.
Regards,
Rainer
-----Original Message-----
From: DeMarco, Alex [mailto:alex.dema...@suny.edu]
Sent: Wednesday, June 13, 2012 8:45 PM
To: Tomcat Users List
Subject: RE: Jakarta ISAP Redirector
Yes I have looked in the log file and set it debug. There are no errors logged.
My uriworkermap has this:
/myapp=DTS_Submission
/myapp/*=DTS_Submission
My Workers file has:
worker.list=DTS_Submission
worker.DTS_Submission.type=ajp13
worker.DTS_Submission.host=xxx.xxx.xxx.xxx
worker.DTS_Submission.port=3305
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é Warnier [mailto:a...@ice-sa.com]
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.
It is the right place.
We have the latest Jakarta Plugin installed with IIS 7.5.
Do you know, does the plugin specifically block /services requests on
wsdl's
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
--
kippdata
informationstechnologie GmbH Tel: 0228 98549 -0
Bornheimer Str. 33a Fax: 0228 98549 -50
53111 Bonn www.kippdata.de
HRB 8018 Amtsgericht Bonn / USt.-IdNr. DE 196 457 417
Geschäftsführer: Dr. Thomas Höfer, Rainer Jung, Sven Maurmann
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org