Re: httpd cant talk to tomcat workers

2008-04-01 Thread quikpak
ijncemkaosimgmail.com add him! - Original Message - From: "Andy Smith" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Wednesday, March 26, 2008 9:14 PM Subject: Re: httpd cant talk to tomcat workers Hi Peter, hey thanks a lot,

Re: httpd cant talk to tomcat workers

2008-03-26 Thread David Smith
1. You probably want to clean out your workers.properties file. The log below indicates it has a lot of old depricated stuff in it. Mine is just a very bare bones one: worker.list=tcinstance1 worker.tcinstance1.port=8009 worker.tcinstance1.type=ajp13 2. Make sure an ajp13 port is alive at por

Re: httpd cant talk to tomcat workers

2008-03-26 Thread Andy Smith
Hi Peter, hey thanks a lot, got it working! As I had a number of files in the conf directory I was a bit confused and was also not reading what where comments and what where not very accuarately in the XML! :P So I just uncommented the connection in server.xml and straight off httpd can talk

Re: httpd cant talk to tomcat workers

2008-03-26 Thread Martin Gainty
Andy Are ports 8009 and 8080 clear or are they being blocked or natted? If ports 8009 and 8080 are clear startup TC and verify TC mod_jk listener is listening on 8009 e.g. netstat -a | grep 8009 ? Martin - Original Message - From: "Andy Smith" <[EMAIL PROTECTED]> To: Sent: Wednesday, Ma

RE: httpd cant talk to tomcat workers

2008-03-26 Thread Peter Crowther
> From: Andy Smith [mailto:[EMAIL PROTECTED] Heh. Hi from a fellow Mancunian. > tomcat 5.5.23 from Alfresco 2.9B community. The general comment from the folks here will be "throw that away and get the downloaded one from the Tomcat web site". No need to compile from source, Tomcat's pure Jav