[EMAIL PROTECTED] wrote:
I'm getting error in my apache tomcat configuration and I don't know why.
I'm running Tomcat 4.1.18 with apache 2.0.49 under linux.
And I can't make apache running with mod jk stuff.
Here is an extract of my apache httpd.conf file
LoadModule jk2_module modules/mod_jk2.so
<IfModule mod_jk2.c>
JkWorkersFile /opt/jboss/prod-intraneta/intraneta/prod/conf/workers.properties
JkLogFile /var/log/apache/inet/jk.log
JkLogLevel info JkMount /jmx-console/* ajp13 </IfModule>
when I start apache, I get the error message below
Invalid command 'JkWorkersFile', perhaps mis-spelled or defined by a module not included in the server configuration
can someone tells me what I'm doing wrong
Those directives are from mod_jk and you're using mod_jk2. Take a look at Tomcat docs (on Jakarta's site, if you can't get your local copy running). There is a section on JK connectors. The examples are mostly OK.
Nix.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]