Re: Custom load balancing algorithm and mod_jk???

2005-02-10 Thread Henri Gomez
Well we could provide the Tomcat load by many ways but I rather like keep them compatible with AJP13 : - Add a new message from jk to tomcat, like the CPING/CPONG, to get the expect load on tomcat. jk could decide to send this information packet each X requests. - Add a custom header in reply

[GUMP@brutus]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-02-10 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-native has an issue affecting its community integration. This

Re: Custom load balancing algorithm and mod_jk???

2005-02-10 Thread Mladen Turk
Henri Gomez wrote: Well we could provide the Tomcat load by many ways but I rather like keep them compatible with AJP13 : - Add a new message from jk to tomcat, like the CPING/CPONG, to get the expect load on tomcat. jk could decide to send this information packet each X requests. IMO those kind

Re: Custom load balancing algorithm and mod_jk???

2005-02-10 Thread Henri Gomez
+1, that's what the original goal of AJP14, extending protocol from just requests forwarding to service/system messaging. BTW, we should disable it by default on jk, to avoid problem with old tomcats release :) On Thu, 10 Feb 2005 11:02:22 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Henri Gomez

Missing scripts in Tomcat Windows installer distribution

2005-02-10 Thread Stepan Herold
Hi, I would like to ask what was the motivation for removing the startup scripts catalina.bat, setclasspath.bat, etc. from the Windows installer distribution of Tomcat 5.5.x? Our NetBeans Tomcat integration currently relies on existence of those scripts and I believe that there are others

Re: [VOTE] Proposed API change to the Manager interface

2005-02-10 Thread Remy Maucherat
Rainer Jung wrote: I have the impression you fixed the jvmRoute in the new Session(-Id) in ManagerBase, but not in DeltaManager? Even when the context is distributable one might prefer to stick the session to the node where it now originates. You mean the commented out code ? It would need to be

DO NOT REPLY [Bug 33358] - jasper2 bug because classloader-problems

2005-02-10 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=33358. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33358] - jasper2 bug because classloader-problems

2005-02-10 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=33358. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33373] - jspc precompiling jsp with absolute uri in taglib fails

2005-02-10 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=33373. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33489] New: - typo in uninstaller

2005-02-10 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=33489. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: DO NOT REPLY [Bug 33358] - jasper2 bug because classloader-p roblems

2005-02-10 Thread ops . bc
Please stop your mail -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 10:10 PM To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 33358] - jasper2 bug because classloader-problems DO NOT REPLY TO THIS EMAIL, BUT PLEASE

DO NOT REPLY [Bug 33492] New: - When using LDAP realms Tomcat floods the LDAP server with searches instead of binding as a DN

2005-02-10 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=33492. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: DO NOT REPLY [Bug 33492] New: - When using LDAP realms Tomc at floods the LDAP server with searches instead of binding as a DN

2005-02-10 Thread ops . bc
Au Kin Leung Barge Centre - Planner Hongkong International Terminals Tel : (852) 2619 7932 Fax : (852) 2615 9369 E-mail : [EMAIL PROTECTED] Website : www.hit.com.hk http://www.hit.com.hk IMPORTANT NOTICE The above job number serves only as a reference number of your booking request. This

RE: DO NOT REPLY [Bug 33492] New: - When using LDAP realms Tomc at floods the LDAP server with searches instead of binding as a DN

2005-02-10 Thread ops . bc
Au Kin Leung Barge Centre - Planner Hongkong International Terminals Tel : (852) 2619 7932 Fax : (852) 2615 9369 E-mail : [EMAIL PROTECTED] Website : www.hit.com.hk http://www.hit.com.hk IMPORTANT NOTICE The above job number serves only as a reference number of your booking request. This

DO NOT REPLY [Bug 33474] - tcpListenPort=0 won't get actual local port for cluster membership

2005-02-10 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=33474. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33494] New: - jscv configure script fails on x86_64

2005-02-10 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=33494. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

ServletRequest to MBean Mapping

2005-02-10 Thread Jess Holle
Is there any way to map from a javax.servlet.ServletRequest (from within a filter or whatever) to the JMX data registered on this request by Tomcat? I am trying to produce some servlet-engine independent MBeans to garner a certain level of data in an independent fashion but would like to be

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/mcast McastServiceImpl.java

2005-02-10 Thread fhanik
fhanik 2005/02/10 12:44:37 Modified:modules/cluster/src/share/org/apache/catalina/cluster/mcast McastServiceImpl.java Log: make sure that we don't suck up CPU in case of multicast error Revision ChangesPath 1.14 +5 -3

DO NOT REPLY [Bug 32424] - Redirecting directiories with missing trailing slash breaks web applications

2005-02-10 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=32424. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32424] - Redirecting directiories with missing trailing slash breaks web applications

2005-02-10 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=32424. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33505] New: - mod_jk does not build on OS/400

2005-02-10 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=33505. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2005-02-10 Thread luehe
luehe 2005/02/10 16:05:54 Modified:catalina/src/share/org/apache/catalina/session ManagerBase.java Log: Propagate value of context's distributable property to its session manager. This is to address SRV.7.7.2: Within an application marked as

DO NOT REPLY [Bug 33505] - mod_jk does not build on OS/400

2005-02-10 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=33505. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28805] - Tomcat can't start up

2005-02-10 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=28805. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.