Author: mturk Date: Thu Aug 31 04:55:16 2006 New Revision: 438878 URL: http://svn.apache.org/viewvc?rev=438878&view=rev Log: No need to display (JVM route) comment since it is now editable.
Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_status.c?rev=438878&r1=438877&r2=438878&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_status.c (original) +++ tomcat/connectors/trunk/jk/native/common/jk_status.c Thu Aug 31 04:55:16 2006 @@ -497,8 +497,7 @@ if (selected >= 0) { worker_record_t *wr = &(lb->lb_workers[selected]); jk_putv(s, "<hr/><h3>Edit worker settings for ", - wr->s->name, " (JVM Route ", - wr->s->jvm_route, ")</h3>\n", NULL); + wr->s->name, NULL); jk_putv(s, "<form method=\"GET\" action=\"", s->req_uri, "\">\n", NULL); jk_puts(s, "<input type=\"hidden\" name=\"cmd\" "); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]