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/11/26 10:17:17 UTC

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

Author: rjung
Date: Sun Nov 26 01:17:17 2006
New Revision: 479316

URL: http://svn.apache.org/viewvc?view=rev&rev=479316
Log:
The big status worker update:
1) Added  our standard TRACE messages
2) Added a couple of debug, info and warn log messages
3) Added constants for attribute names and values
4) Added Some constants for attribute clear text names
5) Make xml and txt mime type functional for list,
   show, update and reset.
6) Implement the new read_only feature, that disabled
   edit/update/reset. You can have e.g. two status worker
   mapped to different URLs, one of them read/write (default)
   and the other read only.
7) Implement the new "user" attribute. It is a list of users
   the Status worker checks against the remote_user field.
   The authentication process itself has do be done by the web
   server. Empty list = access to unauthenticated users.
8) Additional lb overview fields: good/degraded/bad
   - bad = in error or in recovering or stopped
   - degraded = not bad but disabled or busy
   - good = neither bad nor degraded (active and OK or N/A)
9) global lb edit per attribute: additional edit view
   for lb, where one can add one attribute for all members on
   a common page, e.g. the activation or the lb factor etc.
10) Some new utility functions (e.g. to write a self referring uri)
11) Quite some refactoring.

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