I've just downloaded and build JK1.2.8, and replaced  JK 1.2.6 with the new
module. The problem still persists.

mod_jk.log file (on http://host/examples/ request):
[Sun Dec 26 16:37:32 2004] [16947:16384] [trace] jk_child_init::mod_jk.c
(2192): enter
[Sun Dec 26 16:37:32 2004] [16947:16384] [debug] jk_child_init::mod_jk.c
(2201): Initialized mod_jk/1.2.8
[Sun Dec 26 16:37:32 2004] [16947:16384] [trace] jk_child_init::mod_jk.c
(2202): exit
[Sun Dec 26 16:37:35 2004] [16947:16384] [trace]
map_uri_to_worker::jk_uri_worker_map.c (671): enter
[Sun Dec 26 16:37:35 2004] [16947:16384] [debug]
map_uri_to_worker::jk_uri_worker_map.c (700): Attempting to map URI
'/favicon.ico' from 1 maps
[Sun Dec 26 16:37:35 2004] [16947:16384] [debug]
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context URI
'/examples/*'
[Sun Dec 26 16:37:35 2004] [16947:16384] [trace]
map_uri_to_worker::jk_uri_worker_map.c (845): exit
[Sun Dec 26 16:37:35 2004] [16947:16384] [trace]
map_uri_to_worker::jk_uri_worker_map.c (671): enter
[Sun Dec 26 16:37:35 2004] [16947:16384] [debug]
map_uri_to_worker::jk_uri_worker_map.c (700): Attempting to map URI
'/favicon.ico' from 1 maps
[Sun Dec 26 16:37:35 2004] [16947:16384] [debug]
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context URI
'/examples/*'
[Sun Dec 26 16:37:35 2004] [16947:16384] [trace]
map_uri_to_worker::jk_uri_worker_map.c (845): exit
[Sun Dec 26 16:37:36 2004] [16948:16384] [trace] jk_child_init::mod_jk.c
(2192): enter
[Sun Dec 26 16:37:36 2004] [16948:16384] [debug] jk_child_init::mod_jk.c
(2201): Initialized mod_jk/1.2.8
[Sun Dec 26 16:37:36 2004] [16948:16384] [trace] jk_child_init::mod_jk.c
(2202): exit
[Sun Dec 26 16:38:33 2004] [16948:16384] [trace]
map_uri_to_worker::jk_uri_worker_map.c (671): enter
[Sun Dec 26 16:38:33 2004] [16948:16384] [debug]
map_uri_to_worker::jk_uri_worker_map.c (700): Attempting to map URI
'/examples/' from 1 maps
[Sun Dec 26 16:38:33 2004] [16948:16384] [debug]
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context URI
'/examples/*'
[Sun Dec 26 16:38:33 2004] [16948:16384] [debug]
map_uri_to_worker::jk_uri_worker_map.c (755): Found a context match w ->
/examples/
[Sun Dec 26 16:38:33 2004] [16948:16384] [trace]
map_uri_to_worker::jk_uri_worker_map.c (821): exit
[Sun Dec 26 16:38:33 2004] [16948:16384] [trace] jk_handler::mod_jk.c
(1663): enter
[Sun Dec 26 16:38:33 2004] [16948:16384] [debug] jk_handler::mod_jk.c
(1715): Into handler jakarta-servlet worker=w r->proxyreq=0
[Sun Dec 26 16:38:33 2004] [16948:16384] [trace]
wc_get_worker_for_name::jk_worker.c (82): enter
[Sun Dec 26 16:38:33 2004] [16948:16384] [debug]
wc_get_worker_for_name::jk_worker.c (92): did not find a worker w
[Sun Dec 26 16:38:33 2004] [16948:16384] [trace]
wc_get_worker_for_name::jk_worker.c (94): exit
[Sun Dec 26 16:38:33 2004] [16948:16384] [info]  jk_handler::mod_jk.c
(1883): Could not find a worker for worker name=w
[Sun Dec 26 16:38:33 2004] [16948:16384] [trace] jk_handler::mod_jk.c
(1886): exit

workers.properties file:
# Define 1 real worker using ajp13
worker.list=w

# Set properties for worker1 (ajp13)
worker.w.type=ajp13
worker.w.host=localhost
worker.w.port=8009

apache2.conf file (JK related):

LoadModule jk_module                    modules/mod_jk.so
JkWorkersFile /etc/apache2/conf/workers.properties
JkLogFile     /etc/apache2/logs/mod_jk.log
JkLogLevel    trace
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkOptions     +ForwardKeySize +ForwardURICompat +ForwardDirectories
JkRequestLogFormat     "%w %V %T"
JkMount  /examples/* w

> -----Original Message-----
> From: Alexander Kitaev [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, December 26, 2004 6:23 PM
> To: 'Tomcat Users List'
> Subject: RE: Jk1.2.6 problem (I suppose that module is not 
> initialized properly)
> 
> Hello Mladen,
> 
> I the JK version I am using is  1.2.6 for Apache 2.0.50 
> (taken from 
> http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binari
> es/linux/jk-1.
> 2.6/)
> I'm using Gentoo Linux with 2.4 kernel.
> 
> I will get JK 1.2.8 and build it from sources as you 
> suggested, but I though that if the mod_jk module is loaded 
> without any errors then it should work fine with Apache 
> 2.0.52 as well even if compiled for 2.0.50 version. I'm not 
> very familiar with the building modules from sources, so 
> probably I'm wrong
> :)
> 
> Alexander Kitaev.
> 
> > -----Original Message-----
> > From: Mladen Turk [mailto:[EMAIL PROTECTED]
> > Sent: Sunday, December 26, 2004 6:10 PM
> > To: Tomcat Users List
> > Subject: Re: Jk1.2.6 problem (I suppose that module is not 
> initialized 
> > properly)
> > 
> > Alexander Kitaev wrote:
> > > I have the following configuration (on Linux):
> > > 
> > > Apache 2.0.52
> > > JK 1.2.26 module (binary version downloaded)
> > 
> > For what Linux?
> > There is no JK 1.2.6 binary version for 2.0.52 for any 
> linux version.
> > Download sources and recompile,
> > or better download 1.2.8 sources and compile.
> > 
> > Mladen.
> > 
> > 
> ---------------------------------------------------------------------
> > 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]

Reply via email to