amythyst schrieb am 20.12.2010 um 10:17 (-0800):
> 
> The default website in IIS (version 6) is up and the ISAPI filter is
> "loaded" with the green light.  However, when we go to the website
> we're getting a "Bad Gateway" error and the ISAPI logs say this: 
> 
> [Thu Dec 16 11:20:10.559 2010] [1508:1800] [error]
> ajp_get_reply::jk_ajp_common.c (2058): (worker1) Tomcat is down or
> refused connection. No response has been sent to the client (yet) 

Does Tomcat have an AJP connector configured for the port the ISAPI
is expecting? Have you tried to run netstat?

  netstat -an -p tcp

There should be something listening on the AJP port, probably 8009.

Do you have a firewall that might block Tomcat?

You could post your worker.properties file to provide further
information.

-- 
Michael Ludwig

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to