Nothing helps . The difference is that now I see the [notice] lines from the error_log file at command line.
bentzy. -----Original Message----- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 5:30 PM To: Tomcat Users List Subject: Re: Apache 2.0.43 + mod_jk2 + Tomcat 4.1.24 on LINUX RH8 : ( Hi, I think we did this last week... with RH8. The solution was to put JkSet config.file /full/system/path/to/workers2.properties in the httpd.conf file. Many times JK2 doesn't see your properties file and takes some wierd kind of self initiated defaults. -e On Thu, 10 Jul 2003, Bentzy Sagiv wrote: > > My goal is to setup Apache 2.0.43 + mod_jk2 + Tomcat 4.1.24 on LINUX RH8 > > I'm following the HOWTO at > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html > > I download mod jk_2 from > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. > 1/bin/linux/i386/mod_jk2-2.0.43.so > > I add to the original httpd.conf file: > > ServerName 127.0.0.1:80 and > LoadModule jk2_module modules/mod_jk2.so > > I copy the workers2.properties from the HOWTO as is(just changed > ../apache/.. to ../apache2/.. ) > > I start Tomcat,it works and catalina.out looks OK. > I start Apache,it works and error_log looks BAD: caught SIGTERM, shutting > down :( > > [Thu Jul 10 16:41:02 2003] [notice] caught SIGTERM, shutting down > [Thu Jul 10 16:41:08 2003] [notice] uriEnv.setAttribute() the worker > directive is depriciated > [Thu Jul 10 16:41:08 2003] [notice] uriEnv.setAttribute() the worker > directive is depriciated > [Thu Jul 10 16:41:08 2003] [notice] uriEnv.setAttribute() the worker > directive is depriciated > [Thu Jul 10 16:41:08 2003] [notice] uriEnv.setAttribute() the worker > directive is depriciated > [Thu Jul 10 16:41:08 2003] [notice] Apache/2.0.43 (Unix) mod_jk2/2.0.0 > configured -- resuming normal operations > [Thu Jul 10 16:41:08 2003] [notice] workerEnv.init() ok > /usr/local/apache2/conf/workers2.properties > [Thu Jul 10 16:41:08 2003] [notice] mod_jk child init 1 -1 > [Thu Jul 10 16:41:08 2003] [notice] workerEnv.init() ok > /usr/local/apache2/conf/workers2.properties > [Thu Jul 10 16:41:08 2003] [notice] mod_jk child init 1 -1 > [Thu Jul 10 16:41:08 2003] [notice] workerEnv.init() ok > /usr/local/apache2/conf/workers2.properties > [Thu Jul 10 16:41:08 2003] [notice] mod_jk child init 1 -1 > [Thu Jul 10 16:41:08 2003] [notice] workerEnv.init() ok > /usr/local/apache2/conf/workers2.properties > [Thu Jul 10 16:41:08 2003] [notice] mod_jk child init 1 -1 > [Thu Jul 10 16:41:08 2003] [notice] workerEnv.init() ok > /usr/local/apache2/conf/workers2.properties > [Thu Jul 10 16:41:08 2003] [notice] mod_jk child init 1 -1 > [Thu Jul 10 16:41:26 2003] [notice] workerEnv.init() ok > /usr/local/apache2/conf/workers2.properties > [Thu Jul 10 16:41:26 2003] [notice] mod_jk child init 1 -1 > > > What the hell is the problem? > > Please your help!! > > bentzy > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
