mod_jk.log warnings

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

mod_jk.log warnings

claude felizardo
Anyone have any ideas what would be creating the following warnings in
the apache mod_jk.log file:

Wed Sep 09 18:51:44 2009] [32380:0] [warn]
map_uri_to_worker_ext::jk_uri_worker_map.c (962): Uri * is invalid. Uri
must start with /

Here's part of my apache httpd.conf file:

LoadModule    jk_module  /local/apache2/modules/mod_jk.so
JkWorkersFile /local/web/conf/workers.properties
JkShmFile     /local/web/logs/mod_jk.shm
JkLogFile     /local/logs/mod_jk.log
JkLogLevel    info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkMount  /Test/* worker1
JkMount  /orbeon/* worker1

(Note paths are not exact)

Looks like we are running Apache/2.2.11, mod_jk/1.2.28, Tomcat/6.0.18 on
Linux

System seems to be running okay, but warning comes out every once in a
while.

claude




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: mod_jk.log warnings

Alessandro Vernet
Administrator
Claude,

cfeliz wrote
Anyone have any ideas what would be creating the following warnings in
the apache mod_jk.log file: [...]
This isn't a topic specific to Orbeon Forms and many people here don't use mod_jk, so you might have a better luck asking this on an Apache mailing list.

Alex