Hi, yes we have a connector configured for port 8009. And tomcat is listening on port 8009. Question about the firewall... IIS is set up for port 8081 and 443 for our default website. The application is running on 8080 and 8443. And as I said, tomcat is listening on 8009 to route traffic to the application. In the firewall, I believe the network guy has set up port 8081 to allow traffic inside. Does he also need to do something for 8009 or 8080 and 8443? We are running the app with SSL, so it would be the secure ports I should be focusing on right? Below are my worker files for the connector:
# uriworkermap.properties - IIS # # This file provides mappings for the workers # defined in workermap.properties.minimal. # The general syntax for this file is: # [URL]=[Worker name] /jira/*=worker1 # workers.properties.minimal - # # This file provides minimal jk configuration properties needed to # connect to Tomcat. # # The workers that jk should create and work with. # worker.list=worker1 # # Defining a worker named worker1 and of type ajp13. # Note that the name and the type do not have to match. # worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009 Michael Ludwig-6 wrote: > > 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 > > > -- View this message in context: http://old.nabble.com/isapi_redirector.dll-Problems---Bad-Gateway--tp30500400p30539418.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org