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]

Reply via email to