Hans,
Lets try one more time, assuming there are some configuration
problems. For example, I can replicate the analagous error on
my linux box by commenting out the JkMount lines in my mod_jk.conf file.
So I'll start with a series of diagnostic questions, trying to figure
out what is going wrong.
1. After you restart Tomcat, do you restart Apache?
Whenever the httpd.conf file changes, apache needs to restart,
and thanks to the Include of mod_jk.conf, this latter file is
part of httpd.conf.
2.The apache httpd.conf file is very sensitive to the order
of its arguments and instructions. Make sure the LoadModule and
AddModule lines for mod_jk are in the right place.
3. Try making a copy of your mod_jk.conf and workers.properties
files and put them in you apache-root/conf directory, and configure
these files appropriately, along with httpd.conf for the new paths.
Then restart tomcat, and then restart apache and see what happens.
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]