Tomcat is not listening on Port 8009 using the AJP/1.3 protocol. I can change this line of code (just did it as a test) to reference port 8009 and I can see it's listening, however this Is not the protocol I am wanting.
<Connector port="8009" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="443" />
I have the isapi_redirect.dll deployed under 'Default' Websites in IIS with
a Green Arrow. I used the 32-bit because we are running 32-bit as 64-bit.
Seems that this connector is not even being read:
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
-----Original Message-----
From: André Warnier [mailto:[email protected]]
Sent: Thursday, August 05, 2010 10:35 AM
To: Tomcat Users List
Subject: Re: Tomcat 6.0.18/ IIS 6.0 /SSL
Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 wrote:
> Rainer,
> Thanks again for being patient with me. I've seen some different
> behavior this morning. When I am trying to access my page, I get
> "Service Temporary Unavailable", which is better than what I was
receiving.
Yes, that looks good, from the point of view of IIS and isapi_redirect.
Unfortunately, there does not seem to be a Tomcat listening on AJP port
8009.
Can you run the following command in a command window on the server and
paste the result here :
netstat -anob -p tcp
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
smime.p7s
Description: S/MIME cryptographic signature
