Hello dev-list. I'm quite new to both tomcat and mod_jk.. really liking it so far! Thought I could contribute back with some minor things I found. Jk_status throws out some garbled html; * Ampersands (&) are not escaped * Input hiddens are wrapped in a table (?) * Superfluous td/tr/table and invalid closures scattered throughout the file. and * (Tabbed in an comment to follow guidelines) Maybe i missed something (like a reason why they should be there) but here's an proposed diff: (have a nice weekend) Index: jk/native/common/jk_status.c =================================================================== --- jk/native/common/jk_status.c (revision 416584) +++ jk/native/common/jk_status.c (working copy) @@ -432,7 +432,7 @@ jk_putv(s, "req_uri, "?cmd=show\">", NULL); } else - jk_putv(s, "req_uri, "?cmd=show&w=", + jk_putv(s, "req_uri, "?cmd=show&w=", sw->we->worker_list[i], "\">", NULL); jk_putv(s, sw->we->worker_list[i], "\n", NULL); if (lb != NULL) { @@ -462,7 +462,7 @@ worker_record_t *wr = &(lb->lb_workers[j]); ajp_worker_t *a = (ajp_worker_t *)wr->w- >worker_private; jk_putv(s, "