Re: mod_jk / 503 Error

2006-01-26 Thread David Smith
The clue here is you can hit http://www.site.com:8009/examples with a browser. Your connector for port 8009 may not be properly configured to use the AJP 1.3 protocol. It should look similar to this in server.xml: --David Mike Sabroff wrote: > So what makes you think you are not using localh

Re: mod_jk / 503 Error

2006-01-26 Thread Mike Sabroff
So what makes you think you are not using localhost? Neal Whitley wrote: I have mod_jk / tomcat and apache somewhat working together but I am getting an error when displaying pages via the connector. Tomcat is set up and works. I can hit: http://www.site.com:8080/examples/ or http://www.site.

Re: mod_jk / 503 Error

2006-01-25 Thread Pulkit Singhal
Hello Neal, > What stands out in my mod_jk.log is this line: > " trying to connect socket 10 to 127.0.0.1:8009" > > The system seems to be trying to connect via the local host. As you > can see from my config files below I do not reference localhost or > the 127.0.0.1 IP address. Best I can tell

Re: mod_jk / 503 Error

2006-01-25 Thread Warren Pace
> > From: Neal Whitley <[EMAIL PROTECTED]> > Date: 2006/01/24 Tue PM 05:40:53 EST > To: users@tomcat.apache.org > Subject: mod_jk / 503 Error > > I have mod_jk / tomcat and apache somewhat working together but I am > getting an error when displaying pages via the connector. > > Tomcat is set u