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
y <[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.

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

mod_jk / 503 Error

2006-01-24 Thread Neal Whitley
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.com:8009/examples/ However, when I try: http://www.site.com/examples/ I g