I am running apache 1.3.29 with tomcat 4.1.29 and mod_jk 1.2.5.

We have had tremendous success with load testing a site that we are
migrating from Jrun to Tomcat.

Unfortunately, somewhere in our preparations, something has broke and
the site can no longer handle substantial load.  After checking the
mod_jk.log, I discovered that ALL requests (whether static or dynamic)
are showing up as such:

[Sat Dec 20 13:41:33 2003]  [jk_uri_worker_map.c (486)]: Into
jk_uri_worker_map_t::map_uri_to_worker

[Sat Dec 20 13:41:33 2003]  [jk_uri_worker_map.c (500)]: Attempting to
map URI '/admin/something.html'

[Sat Dec 20 13:41:33 2003]  [jk_uri_worker_map.c (618)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match


Our jk config has been working fine thus far and can find all of our
jsp's and servlets.  But now it seems that even static content and
images are showing up in mod_jk.log as shown above.

Even if I comment out all JkMounts in httpd.conf, this problem occurs. 
Is it really a problem?  It seems that jk should not even be seeing
requests for static content.

thank you for any help you can provide.


Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to