If you want people to help you, it's a good idea to post

- workers.properties (should be in /etc/apache2)

- your jkmount-directives (should be in the httpd-conf-file of your domain)

Not knowing CentOS, therefore just a shot from the hip:

- do you have a directory /etc/apache2/mods-available?

If so, are there two file jk.conf and jk.load?

Can you post your jk.conf?

- do you have a directory /etc/apache2/mods-enabled?

If so, do you also find there symbolic links pointing to
/etc/apache2/mods-available/jk.load and
/etc/apache2/mods-available/jk.conf?

In ${CATALINA_HOME}/conf/server.xml, have you specified a connector
for AJP/1.3? Should look similar to

    <Connector port="8009"
               enableLookups="false" redirectPort="8443"
protocol="AJP/1.3" address="127.0.0.1"/>

Can you post your connector-definition?

rgds

Gregor
-- 
just because your paranoid, doesn't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to