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 <jonmcalexan...@wellsfargo.com.invalid> wrote: > -----Original Message----- > From: Ellen Meiselman <elle...@gmail.com> > Sent: Tuesday, February 25, 2020 10:01 AM > To: Tomcat Users List <users@tomcat.apache.org> > Subject: Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat > > >Hi, > > >I've been testing, and so far, there is no change in the behavior. I am > still getting the same tomcat->based 403 error. > > >Based on what you said above... > > > > secretRequired="true" (which is the default, so it can be removed) > > secret="xxxxxxx" > > > >...I removed secretRequired="true" and left secret. So the connector > definition now looks like this: > ><Connector protocol="AJP/1.3" > > address="127.0.0.1" > > port="8009" > > secret="mySecret" > > redirectPort="8443" /> > > <SNIP> > > I'm assuming that your web-front-end is on the same server as your Tomcat > instance, based on you having the address set to 127.0.0.1, correct? What > do you have in your workers.properties file? >