You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2006/12/04 05:57:50 UTC

svn commit: r482072 [1/2] - /tomcat/connectors/trunk/jk/native/common/jk_status.c

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