Hi there!

I tried the installer to install the newest openbd on my server.
Everything went good, so I tried configuring the vhosts in apache with
the ajp connector.

(apache2.conf)

<IfModule !mod_jk.c>
LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so
</IfModule>

<IfModule mod_jk.c>
JkMount /*.cfm ajp13
JkMount /*.cfc ajp13
JkMount /*.do ajp13
JkMount /*.jsp ajp13
JkMount /*.cfchart ajp13
JkMount /*.cfres ajp13
JkMount /*.cfm/* ajp13
JkMount /*.cfml/* ajp13
JkMountCopy all
JkLogLevel debug
JkLogFile /var/log/apache2/mod_jk.log
</IfModule>


But my logfiles say the following:

[24/May/2010:11:22:23 +0200] "GET /testfile.cfm HTTP/1.1" 500 438

or (mod_jk.log)

 [debug] uri_worker_map_add::jk_uri_worker_map.c (719): wildchar rule
'/*.cfm=ajp13' source 'JkMount' was added

[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
jk_map_dump::jk_map.c (588): Dump of map: 'ServerRoot' -> '/etc/apache2'
[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
jk_map_dump::jk_map.c (588): Dump of map: 'workers.tomcat_home' ->
'/opt/openbd/tomcat'
[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
jk_map_dump::jk_map.c (588): Dump of map: 'workers.java_home' ->
'/opt/openbd/jdk'
[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
jk_map_dump::jk_map.c (588): Dump of map: 'ps' -> '/'
[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
jk_map_dump::jk_map.c (588): Dump of map: 'worker.list' -> 'mainworker'
[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
jk_map_dump::jk_map.c (588): Dump of map: 'worker.mainworker.type' ->
'ajp13'
[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
jk_map_dump::jk_map.c (588): Dump of map: 'worker.mainworker.port' -> '8009'
[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
jk_map_dump::jk_map.c (588): Dump of map: 'worker.mainworker.cachesize' ->
'20'
[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
build_worker_map::jk_worker.c (242): creating worker mainworker
[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
wc_create_worker::jk_worker.c (146): about to create instance mainworker of
ajp13
[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
wc_create_worker::jk_worker.c (159): about to validate and init mainworker
[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
ajp_validate::jk_ajp_common.c (2469): worker mainworker contact is
'localhost:8009'


but:

[Mon May 24 10:57:34.154 2010] [5844:3079251648] [debug]
wc_get_worker_for_name::jk_worker.c (116): did not find a worker ajp13
[Mon May 24 10:57:34.154 2010] [5844:3079251648] [error]
uri_worker_map_ext::jk_uri_worker_map.c (505): Could not find worker with
name 'ajp13' in uri map post processing.

and:

[Mon May 24 10:57:37.668 2010] [5852:3068459952] [debug]
map_uri_to_worker_ext::jk_uri_worker_map.c (1035): Attempting to map URI
'/testfile.cfm' from 8 maps
[Mon May 24 10:57:37.668 2010] [5852:3068459952] [debug]
find_match::jk_uri_worker_map.c (849): Attempting to map context URI
'/*.cfml/*=ajp13' source 'JkMount'
[Mon May 24 10:57:37.668 2010] [5852:3068459952] [debug]
find_match::jk_uri_worker_map.c (849): Attempting to map context URI
'/*.cfm/*=ajp13' source 'JkMount'
[Mon May 24 10:57:37.668 2010] [5852:3068459952] [debug]
find_match::jk_uri_worker_map.c (849): Attempting to map context URI
'/*.cfchart=ajp13' source 'JkMount'
[Mon May 24 10:57:37.668 2010] [5852:3068459952] [debug]
find_match::jk_uri_worker_map.c (849): Attempting to map context URI
'/*.cfres=ajp13' source 'JkMount'
[Mon May 24 10:57:37.668 2010] [5852:3068459952] [debug]
find_match::jk_uri_worker_map.c (849): Attempting to map context URI
'/*.cfm=ajp13' source 'JkMount'
[Mon May 24 10:57:37.668 2010] [5852:3068459952] [debug]
find_match::jk_uri_worker_map.c (862): Found a wildchar match '/*.cfm=ajp13'
[Mon May 24 10:57:37.686 2010] [5852:3068459952] [debug]
jk_handler::mod_jk.c (2320): Into handler jakarta-servlet worker=ajp13
r->proxyreq=0
[Mon May 24 10:57:37.686 2010] [5852:3068459952] [debug]
wc_get_worker_for_name::jk_worker.c (116): did not find a worker ajp13
[Mon May 24 10:57:37.686 2010] [5852:3068459952] [info] jk_handler::mod_jk.c
(2484): Could not find a worker for worker name=ajp13

There must be something else...

Please! Let me know, what I am doing wrong...

Thanks!

regards
Christian

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to