svn commit: r479311 - /tomcat/connectors/trunk/jk/native/nt_service/jk_nt_service.c

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 00:52:44 2006 New Revision: 479311 URL: http://svn.apache.org/viewvc?view=revrev=479311 Log: Untabify. Modified: tomcat/connectors/trunk/jk/native/nt_service/jk_nt_service.c Modified: tomcat/connectors/trunk/jk/native/nt_service/jk_nt_service.c URL:

svn commit: r479312 - /tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 00:54:36 2006 New Revision: 479312 URL: http://svn.apache.org/viewvc?view=revrev=479312 Log: Untabify Modified: tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c URL:

svn commit: r479314 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_lb_worker.h

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 01:04:47 2006 New Revision: 479314 URL: http://svn.apache.org/viewvc?view=revrev=479314 Log: - Adding a new constant, used later in the status worker. - Adding two new useful debug messages. - removed trailing white space. Modified:

svn commit: r479317 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpProcessor.java Constants.java

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 01:29:15 2006 New Revision: 479317 URL: http://svn.apache.org/viewvc?view=revrev=479317 Log: Compress outgoing response headers according to the AJP13 protocol specification. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java

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

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 01:17:17 2006 New Revision: 479316 URL: http://svn.apache.org/viewvc?view=revrev=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

svn commit: r479318 - in /tomcat/connectors/trunk/jk/xdocs: changelog.xml config/workers.xml

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 01:40:50 2006 New Revision: 479318 URL: http://svn.apache.org/viewvc?view=revrev=479318 Log: Adding read_only and user as status worker attributes to the docs. Update for the changelog, all items concerning the status worker. Modified:

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

2006-11-26 Thread Mladen Turk
[EMAIL PROTECTED] wrote: 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?view=diffrev=479316r1=479315r2=479316 == ---

svn commit: r479321 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 01:50:34 2006 New Revision: 479321 URL: http://svn.apache.org/viewvc?view=revrev=479321 Log: Add simpler name for jvmRoute. Right now we use jvm_rute. Allow having just route to be consistent with domain and redirect params. Modified:

Re: svn commit: r479321 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2006-11-26 Thread Rainer Jung
Hi Mladen, since this has already been out in the wild for a few month, I'd prefer to add the old one to the deprecation list in jk_util.c and in the docs and to have the get function fall back to the original one, if the new attribute is empty (like for disable/stop - activation). Regards,

svn commit: r479324 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 02:01:09 2006 New Revision: 479324 URL: http://svn.apache.org/viewvc?view=revrev=479324 Log: Revert second name for jvm_route. We'll either deprecate jvm_route and use route instead, or keep the existing directive. Modified:

svn commit: r479325 - /tomcat/connectors/trunk/jk/xdocs/config/workers.xml

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 02:02:44 2006 New Revision: 479325 URL: http://svn.apache.org/viewvc?view=revrev=479325 Log: Document auto setting domain from jvm_route. Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml Modified:

svn commit: r479327 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 02:05:38 2006 New Revision: 479327 URL: http://svn.apache.org/viewvc?view=revrev=479327 Log: Fix a couple of compile time warnings (unused vars and int/unsigned int conversion) Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

Re: svn commit: r479321 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2006-11-26 Thread Mladen Turk
Rainer Jung wrote: since this has already been out in the wild for a few month, You are right. I've reverted the commit. I thought it was introduced more recently. The name should be fine, although it is a little bit strange (route or jvmroute would fit better thought) Regards, Mladen.

svn commit: r479328 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 02:15:13 2006 New Revision: 479328 URL: http://svn.apache.org/viewvc?view=revrev=479328 Log: Another compiler, another warning. Fixed it. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

Re: svn commit: r479317 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpProcessor.java Constants.java

2006-11-26 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: +Integer i = responseTransHash.get(header.toLowerCase(Locale.US)); -0. The String operations take away any benefit this could have. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: svn commit: r479317 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpProcessor.java Constants.java

2006-11-26 Thread Mladen Turk
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: +Integer i = responseTransHash.get(header.toLowerCase(Locale.US)); -0. The String operations take away any benefit this could have. Perhaps for CPU usage on the Tomcat, that is annihilated by the lower processing on the mod_jk side.

Re: svn commit: r479317 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpProcessor.java Constants.java

2006-11-26 Thread Remy Maucherat
Mladen Turk wrote: Remy Maucherat wrote: [EMAIL PROTECTED] wrote: +Integer i = responseTransHash.get(header.toLowerCase(Locale.US)); -0. The String operations take away any benefit this could have. Perhaps for CPU usage on the Tomcat, that is annihilated by the lower processing on

svn commit: r479344 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp/Constants.java

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 03:16:06 2006 New Revision: 479344 URL: http://svn.apache.org/viewvc?view=revrev=479344 Log: The header set by Tomcat are always in proper case. Skip creating additional lowercase String when getting AJP response index. Modified:

Re: StandardManager behaviour when webapp stopped

2006-11-26 Thread Mark Thomas
Remy/Filip, Thanks for your input. I'll update the bug report with a brief summary and come back to this later. Mark Filip Hanik - Dev Lists wrote: You can still cluster just using AOP without ever involving the manager, hence such solutions would be affected by this new behavior. at most,

DO NOT REPLY [Bug 40593] - HttpSessionListener#sessionDestroyed is not called though the manager's pathname is emply.

2006-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=40593. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r479370 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session: ManagerBase.java PersistentManagerBase.java StandardManager.java

2006-11-26 Thread markt
Author: markt Date: Sun Nov 26 07:31:29 2006 New Revision: 479370 URL: http://svn.apache.org/viewvc?view=revrev=479370 Log: Code clean-up. Remove unused code from o.a.c.session Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/ManagerBase.java

svn commit: r479376 - in /tomcat/connectors/trunk/jk/xdocs: changelog.xml config/workers.xml

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 08:34:38 2006 New Revision: 479376 URL: http://svn.apache.org/viewvc?view=revrev=479376 Log: Adding max_packet_size to docs. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml tomcat/connectors/trunk/jk/xdocs/config/workers.xml Modified:

svn commit: r479378 - in /tomcat/connectors/trunk/jk/xdocs: changelog.xml config/project.xml config/uriworkermap.xml project.xml

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 08:36:47 2006 New Revision: 479378 URL: http://svn.apache.org/viewvc?view=revrev=479378 Log: New doc page for uriworkermap. Added: tomcat/connectors/trunk/jk/xdocs/config/uriworkermap.xml (with props) Modified:

svn commit: r479400 - in /tomcat/connectors/trunk/jk/native/common: jk_status.c jk_util.c jk_util.h

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 10:42:41 2006 New Revision: 479400 URL: http://svn.apache.org/viewvc?view=revrev=479400 Log: Make status worker XML constants user configurable. Added ns, xmlns and doctype properties that user can set to create custom xml. Modified:

svn commit: r479402 - in /tomcat/connectors/trunk/jk/xdocs: changelog.xml config/workers.xml

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 10:52:31 2006 New Revision: 479402 URL: http://svn.apache.org/viewvc?view=revrev=479402 Log: Document new status worker directives. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml tomcat/connectors/trunk/jk/xdocs/config/workers.xml Modified:

svn commit: r479404 - /tomcat/connectors/trunk/jk/xdocs/config/uriworkermap.xml

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 11:04:41 2006 New Revision: 479404 URL: http://svn.apache.org/viewvc?view=revrev=479404 Log: Explain IIS virtual host mapping. Modified: tomcat/connectors/trunk/jk/xdocs/config/uriworkermap.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/uriworkermap.xml

svn commit: r479407 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 11:27:57 2006 New Revision: 479407 URL: http://svn.apache.org/viewvc?view=revrev=479407 Log: Fix status XML for ajp workers. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL:

svn commit: r479409 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 11:30:02 2006 New Revision: 479409 URL: http://svn.apache.org/viewvc?view=revrev=479409 Log: Fix the Fix (remove extra slash). Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL:

svn commit: r479417 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 12:06:55 2006 New Revision: 479417 URL: http://svn.apache.org/viewvc?view=revrev=479417 Log: Unify mime=txt for status worker. Each line begins with 'Tag:'. Also, no need for quotation of param values because they cannot contain spaces which is used as separator.

svn commit: r479419 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 12:16:25 2006 New Revision: 479419 URL: http://svn.apache.org/viewvc?view=revrev=479419 Log: Add size param to 'Load Balancers:' and 'Maps:' tags. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

svn commit: r479422 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 12:26:52 2006 New Revision: 479422 URL: http://svn.apache.org/viewvc?view=revrev=479422 Log: Make Server: and Jk: tags like other. Perhaps we could simply make mime=txt to look like Java properties file? Modified:

svn commit: r479424 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 12:37:32 2006 New Revision: 479424 URL: http://svn.apache.org/viewvc?view=revrev=479424 Log: Add members size for balancer and non lb workers count. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

svn commit: r479425 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 12:40:39 2006 New Revision: 479425 URL: http://svn.apache.org/viewvc?view=revrev=479425 Log: Instead having Balancers: and Workers: use only Workers: with balancer and ajp workers count. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

svn commit: r479427 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 12:54:59 2006 New Revision: 479427 URL: http://svn.apache.org/viewvc?view=revrev=479427 Log: Update Legend. jvmRoute has nothing to do with JVM. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

svn commit: r479429 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 13:22:35 2006 New Revision: 479429 URL: http://svn.apache.org/viewvc?view=revrev=479429 Log: Add ASL copyright to the status display. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c

Bug report for Tomcat 3 [2006/11/26]

2006-11-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2006/11/26]

2006-11-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2006/11/26]

2006-11-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2006/11/26]

2006-11-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r479530 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 23:28:26 2006 New Revision: 479530 URL: http://svn.apache.org/viewvc?view=revrev=479530 Log: Display the usage if not read-only. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL: