Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-26 Thread Ellen Meiselman
n TC 10. Ellen On Wed, Feb 26, 2020 at 12:29 PM Mark Thomas wrote: > On 26/02/2020 17:15, Ellen Meiselman wrote: > > One more piece of the puzzle: > > Setting allowedRequestAttributesPattern=".*" WORKED. > > So if I get the exact pattern right, that may be the answer

Re: [OT] At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-26 Thread Ellen Meiselman
To: users@tomcat.apache.org > > Subject: Re: [OT] At wits end: Difficulties with IIS ISAPI connector > andTomcat > > > On 26/02/2020 09:00, Mark Thomas wrote: > > On 25/02/2020 21:47, Ellen Meiselman wrote: > >> So it turned out that the logs were mostly set at FINE al

Re: [OT] At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-26 Thread Ellen Meiselman
day, February 26, 2020 5:19 AM > > To: users@tomcat.apache.org > > Subject: Re: [OT] At wits end: Difficulties with IIS ISAPI connector > andTomcat > > > On 26/02/2020 09:00, Mark Thomas wrote: > > On 25/02/2020 21:47, Ellen Meiselman wrote: > >> So it turn

Re: [OT] At wits end: Difficulties with IIS ISAPI connector andTomcat

2020-02-26 Thread Ellen Meiselman
Thank you for that - I wasn't sure what patterns were allowed with that attribute, so I couldn't test it. I'll check the isapi_redirect.log to see if it records the exact requests. On Wed, Feb 26, 2020 at 4:01 AM Mark Thomas wrote: > On 25/02/2020 21:47, Ellen Meiselman wrote

Re: [OT] At wits end: Difficulties with IIS ISAPI connector andTomcat

2020-02-25 Thread Ellen Meiselman
tz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ellen, > > Oops pressed SEND before I was done... > > On 2/25/20 16:47, Ellen Meiselman wrote: > > So it turned out that the logs were mostly set at FINE already, so > > Johann’s suggestion

Re: [OT] At wits end: Difficulties with IIS ISAPI connector andTomcat

2020-02-25 Thread Ellen Meiselman
> Best regards, > Johann > > Von: Christopher Schultz > Gesendet: Dienstag, 25. Februar 2020 21:42 > An: users@tomcat.apache.org > Betreff: Re: [OT] At wits end: Difficulties with IIS ISAPI connector andTomcat > > -----BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 >

Re: [OT] At wits end: Difficulties with IIS ISAPI connector andTomcat

2020-02-25 Thread Ellen Meiselman
ESSAGE----- > Hash: SHA256 > > Ellen, > > On 2/25/20 13:10, Ellen Meiselman wrote: >> No, just that I don't know how to set this particular connector up >> another way. I based this on the instructions on the >> isapi_connector site >> http://tomcat.apache.o

Re: [OT] At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-25 Thread Ellen Meiselman
Hi Chris, Thank you very much for the suggestion and all the help. Ellen > On Feb 25, 2020, at 3:42 PM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ellen, > > On 2/25/20 13:10, Ellen Meiselman wrote: >> No,

Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-25 Thread Ellen Meiselman
ectly. 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, > wrote: > > -Original Message- >> From: Ellen Meiselman >> Se

Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-25 Thread Ellen Meiselman
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 wrote: > -----Original Message- > From: Ellen Meiselman > Sent: Tuesday, February 25, 2020 12:04 PM > To: Tomcat Users List > Su

Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-25 Thread Ellen Meiselman
PGP SIGNED MESSAGE- > Hash: SHA256 > > Ellen, > > On 2/25/20 12:55, Ellen Meiselman wrote: > > Sorry - no, the quotes were not there except for a 5 minute test of > > a hopeless theory that they might be needed. Right now there is no > > secret at all in the worker

Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-25 Thread Ellen Meiselman
nder immediately by reply e-mail and delete this > message. Thank you for your cooperation. > > > -Original Message- > From: Ellen Meiselman > Sent: Tuesday, February 25, 2020 11:51 AM > To: Tomcat Users List > Subject: Re: At wits end: Difficulties with IIS ISAP

Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-25 Thread Ellen Meiselman
er.worker1.host=127.0.0.1 worker.worker1.port=8009 Server.xml: On Tue, Feb 25, 2020 at 12:35 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ellen, > > On 2/25/20 12:06, Ellen Meiselman wrote: > &g

Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-25 Thread Ellen Meiselman
se. > As indicated in the documentation > ( > http://tomcat.apache.org/tomcat-8.5-doc/config/ajp.html#Standard_Implementations) > you can > do that in your case, because the communication between IIS and Tomcat is > fairly secure, > since it happens all within the same host.

Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-25 Thread Ellen Meiselman
I *think* that this would be covered by the workers.properties used by the isapi_redirect.dll, correct? On Tue, Feb 25, 2020 at 11:42 AM André Warnier (tomcat/perl) wrote: > On 25.02.2020 17:26, jonmcalexan...@wellsfargo.com.INVALID wrote: > > -Original Message- > &

Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-25 Thread Ellen Meiselman
Yes, everything is on the same server. workers.properties: # Set properties for worker1 (ajp13) worker.worker1.type=ajp13 worker.worker1.host=127.0.0.1 worker.worker1.port=8009 worker.worker1.secret="mySecret". On Tue, Feb 25, 2020 at 11:27 AM wrote: > -Original Message-

Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-25 Thread Ellen Meiselman
t;GET //exposedApplication/simple.html HTTP/1.1" 403 618 One person requested a trace, but I'm not sure how to do that. Thank you, Ellen On Mon, Feb 24, 2020 at 4:04 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash

Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-24 Thread Ellen Meiselman
Meiselman elle...@gmail.com > On Feb 24, 2020, at 3:42 PM, Mark Thomas wrote: > > On 24/02/2020 20:19, Ellen Meiselman wrote: >> Hi, >> >> I’m having a lot of trouble configuring the isapi_redirect connector between >> IIS and Tomcat. I am running out of ideas

At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-24 Thread Ellen Meiselman
suggestions or new directions will be welcome. Thank you, Ellen Meiselman - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org