-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Gerry,

Gerry Jackson wrote:
> I'm just trying to set up a basic installation of Tomcat 5.5 with
> Apache2 using mod_jk on Ubuntu Feisty. Tomcat is creating the
> configuration file automatically as it should be. I have that
> configuration file imported from within the apache2.conf file.

Which configuration file are you importing?

> However,
> when I try to start Apache2 I get the following error.
> 
> $>sudo /etc/init.d/apache2 start
> * Starting web server
> (apache2)...                                                                  
>                                                                               
>                                                        
> 
> Syntax error on line 1 of /etc/apache2/conf.d/workers.properties:
> Invalid command 'workers.tomcat_home=/usr/local/tomcat', perhaps
> misspelled or defined by a module not included in the server configuration

It looks like you are trying to use workers.properties as an apache
httpd config file. This file is read by mod_jk, not by apache httpd
directly. For instance, you should /not/ have anything like this in your
httpd.conf (or apache2.conf, or whatever):

Include workers.properties

Instead, you should have a JkWorkersFile directive in your apache httpd
config file.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGZca39CaO5/Lv0PARAiSaAJwIlqamPwAJiAuo90L6tg1QqnXKIwCcCM2J
cviRplxDN2+BiiCVkBBgubk=
=EzrL
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to