You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "M. Goodell" <fr...@yahoo.com> on 2006/08/08 23:11:22 UTC

Re: Connector Problems - FIXED!! THANK EVERYONE!!

YES!!!!!
   
  That was it. The following *MUST* be declared outside the <VirtualHost> directive:
   
  LoadModule jk_module modules/mod_jk.so
JkWorkersFile conf/workers.properties
JkLogFile logs/mod_jk.log
JkLogLevel debug

  As soon as they were moved outside the <VirtualHost> Directive the mod_jk.log file has this allocation information written to it:
   
  [Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_shm.c (135): Initialized shared memory size=24704 free=24576 addr=0x647908
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] mod_jk.c (2355): Initialized shm:memory
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_uri_worker_map.c (361): rule map size is 0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_worker.c (236): creating worker worker1
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_worker.c (141): about to create instance worker1 of ajp13
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_worker.c (154): about to validate and init worker1
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1842): worker worker1 contact is 'localhost:8009'
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1965): setting endpoint options:
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1968): keepalive:        0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1972): timeout:          -1
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1976): buffer size:      0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1980): pool timeout:     0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1984): connect timeout:  0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1988): reply timeout:    0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1992): prepost timeout:  0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1996): recovery options: 0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (2000): retries:          2
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1879): setting connection pool size to 250 with min 125
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_shm.c (135): Initialized shared memory size=24704 free=24576 addr=0xddd868
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] mod_jk.c (2355): Initialized shm:memory
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_uri_worker_map.c (361): rule map size is 0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_worker.c (236): creating worker worker1
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_worker.c (141): about to create instance worker1 of ajp13
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_worker.c (154): about to validate and init worker1
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1842): worker worker1 contact is 'localhost:8009'
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1965): setting endpoint options:
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1968): keepalive:        0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1972): timeout:          -1
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1976): buffer size:      0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1980): pool timeout:     0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1984): connect timeout:  0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1988): reply timeout:    0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1992): prepost timeout:  0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1996): recovery options: 0
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (2000): retries:          2
[Tue Aug 08 15:09:24 2006] [2088:4064] [debug] jk_ajp_common.c (1879): setting connection pool size to 250 with min 125
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_shm.c (135): Initialized shared memory size=24704 free=24576 addr=0x647980
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] mod_jk.c (2355): Initialized shm:memory
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_uri_worker_map.c (361): rule map size is 0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_worker.c (236): creating worker worker1
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_worker.c (141): about to create instance worker1 of ajp13
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_worker.c (154): about to validate and init worker1
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1842): worker worker1 contact is 'localhost:8009'
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1965): setting endpoint options:
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1968): keepalive:        0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1972): timeout:          -1
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1976): buffer size:      0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1980): pool timeout:     0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1984): connect timeout:  0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1988): reply timeout:    0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1992): prepost timeout:  0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1996): recovery options: 0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (2000): retries:          2
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1879): setting connection pool size to 250 with min 125
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_shm.c (135): Initialized shared memory size=24704 free=24576 addr=0xd2e9d8
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] mod_jk.c (2355): Initialized shm:memory
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_uri_worker_map.c (361): rule map size is 0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_worker.c (236): creating worker worker1
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_worker.c (141): about to create instance worker1 of ajp13
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_worker.c (154): about to validate and init worker1
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1842): worker worker1 contact is 'localhost:8009'
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1965): setting endpoint options:
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1968): keepalive:        0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1972): timeout:          -1
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1976): buffer size:      0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1980): pool timeout:     0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1984): connect timeout:  0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1988): reply timeout:    0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1992): prepost timeout:  0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1996): recovery options: 0
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (2000): retries:          2
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_ajp_common.c (1879): setting connection pool size to 250 with min 125
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_shm.c (87): Shared memory is already opened
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] jk_shm.c (149): Attached shared memory [1] size=24576 free=24576 addr=0xd2e9d8
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] mod_jk.c (2311): Attached shm:memory
[Tue Aug 08 15:09:24 2006] [0176:1648] [debug] mod_jk.c (2321): Initialized mod_jk/1.2.18


fredk2 <fr...@gmail.com> wrote:
  
could it be that the loading of the module and the related configuration
?must? be outside of the section ?

LoadModule jk_module modules/mod_jk.so 
kWorkersFile conf/workers.properties 
JkLogFile logs/mod_jk.log 
JkLogLevel debug 

-- 
View this message in context: http://www.nabble.com/Connector-Problems---tf2074658.html#a5714885
Sent from the Tomcat - User forum at Nabble.com.


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



 		
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.