It means your trying to use the JK Module to connect Apache and Tomcat. look for LoadModule jk_module in either <apache_install>/conf/httpd.conf or in <tomcat_install>/conf/auto/mod_jk.conf.
Or look in <apache_install> to see if there is a directory called libexec. If there is, but there is no file called mod_jk.so, you may have to download a copy from the apache site if you want to use mod_jk to connect tomcat and apache. if you dont want to use mod_jk (im guessing not if you dont know what it is), comment or delete the line LoadModule jk_module mentioned above and also the line AddModule mod_jk.c in your httpd.conf file (this line may not be present). have phun -t0bes -----Original Message----- From: August Detlefsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 11:34 AM To: Tomcat Users List Subject: ApacheConfig modJk="PATH_TO_MOD_JK.SO_OR_DLL" I am seeing this error in my log files when I startup tomcat: mod_jk location: libexec/mod_jk.so Make sure it is installed corectly or set the config location Using <ApacheConfig modJk="PATH_TO_MOD_JK.SO_OR_DLL" /> Starting service Tomcat-Apache There is no mention of it in the list archives. Anyone have an idea what this means? TC seems to startup fine... -August __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> *************************************************************** This message is intended for the addressee named and may contain confidential information. If you are not the intended recipient, please delete it and notify the sender. Views expressed in this message are those of the individual sender, and are not necessarily the views of the Department of Information Technology & Management. This email message has been swept by MIMEsweeper for the presence of computer viruses. *************************************************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
