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,
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
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
Sent: Wednesday, March 26, 2008 9:45 AM
Subject: httpd cant talk to tomcat workers
Hi list,
I'm new to tomcat and am trying to get apache to talk via mod_jk. I am
using httpd 2.2.8 compiled from source
mod_jk 1.2.26 from source and tomcat 5.5.23 from Alfresco 2.9B community.
So
> 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
Hi list,
I'm new to tomcat and am trying to get apache to talk via mod_jk. I am using
httpd 2.2.8 compiled from source
mod_jk 1.2.26 from source and tomcat 5.5.23 from Alfresco 2.9B community.
So far I have created a workers.properties based on the example file included
with tomcat 5.5 source