Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 58485 invoked from network); 4 Dec 2006 04:58:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2006 04:58:38 -0000 Received: (qmail 66735 invoked by uid 500); 4 Dec 2006 04:58:40 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 66682 invoked by uid 500); 4 Dec 2006 04:58:40 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 66671 invoked by uid 500); 4 Dec 2006 04:58:40 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 66668 invoked by uid 99); 4 Dec 2006 04:58:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Dec 2006 20:58:40 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Dec 2006 20:58:30 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 794451A9846; Sun, 3 Dec 2006 20:57:50 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r482072 [1/2] - /tomcat/connectors/trunk/jk/native/common/jk_status.c Date: Mon, 04 Dec 2006 04:57:50 -0000 To: tomcat-dev@jakarta.apache.org From: rjung@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061204045750.794451A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rjung Date: Sun Dec 3 20:57:49 2006 New Revision: 482072 URL: http://svn.apache.org/viewvc?view=rev&rev=482072 Log: Further improvements for the status worker: - New output style "mime=prop" for property type output. Format includes lines for attributes mount, balance_workers, list - New cmd=version (only shows version numbers, no worker data) - New lb view without sub workers (add "opt=nosw") - good/bad/degraded: the mapping of (activation,state) to good/bad is now configurable - Renamed request param att -> opt - Renamed some DEF constants - Added Headings (Legend, LB list, AJP list) - Fixed copyright placement as page footer - consistent grouping of lb and non-lb workers for cmd=list for all mime types - Added id to map display, because we have no other primary key for maps - Changed description of N/A in legend to "Unknown", because "Not Available" was misleading. - Some more Logging - Automatic handling of the "opt" request attribute - More and consistent navigation - Use more string constants instead of jk_p(uts|utv|rintf) - Utility functions for xml and property output - Better parameter validation - Killed a bit of redundant code across mime types (still much left) - renamed logger log to l Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org