Hi,  
 
Requests directly to Tomcat on port 8080 to pages within the connector-exposed 
web application work fine. 
For example, both of these work:
localhost:8080/exposedApplication/simple.html. (viewed on the server’s browser)
my.servers.domain.com:8080/exposedApplication/simple.html 
<http://my.servers.domain.com:8080/exposedApplication/simple.html> (viewed 
anywhere else)

 
Requests that go through IIS and the connector to the connector-exposed 
application result in a 403 error.
For example, this does not work:
https:my.servers.domain.com/exposedApplication/simple.html 
<http://my.servers.domain.com/exposedApplication/simple.html>


This Windows 2019 setup has the following versions of tomcat, windows, etc:

Tomcat version 8.5.51
Isapi_redirect.dll version 1.2.46.0
IIS 10/Windows server 2019

I also have two older, similar Windows Server environments that work perfectly. 
They both use these versions:

Tomcat version 8.5.3 (64 bit) as a service
Isapi_redirect.dll version 1.2.40.0 64 bit
IIS 8/Windows server 2012R2


Thanks, 

Ellen

> On Feb 25, 2020, at 2:29 PM, <jonmcalexan...@wellsfargo.com.INVALID> 
> <jonmcalexan...@wellsfargo.com.INVALID> wrote:
> 
> -----Original Message-----
>> From: Ellen Meiselman <elle...@gmail.com> 
>> Sent: Tuesday, February 25, 2020 12:27 PM
>> To: Tomcat Users List <users@tomcat.apache.org>
>> Subject: Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat
> 
>> Hi Jon,
> 
>> The best information I have about the error is from the localhost log:
> 
>> 10.00.00.00 - - [25/Feb/2020:10:00:52 -0500] "GET 
>> /exposedApplication/simple.html  HTTP/1.1"
>> 403 618
>> 10.00.00.00 - - [25/Feb/2020:10:00:52 -0500] "GET 
>> /exposedApplication/simple.html HTTP/1.1" 403 618
>> 10.00.00.00 - - [25/Feb/2020:10:46:24 -0500] "GET 
>> //exposedApplication/simple.html HTTP/1.1"
>> 403 618
> 
>> On Tue, Feb 25, 2020 at 1:19 PM <jonmcalexan...@wellsfargo.com.invalid>
>> wrote:
> 
> 
> What do you get if you go to the Tomcat Instance directly, via the HTTP/HTTPS 
> Port, bypassing IIS?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org 
> <mailto:users-unsubscr...@tomcat.apache.org>
> For additional commands, e-mail: users-h...@tomcat.apache.org 
> <mailto:users-h...@tomcat.apache.org>

Reply via email to