Re: Smooth applications migration in a J2EE cluster [mod_jk]

2006-12-19 Thread Anthony Vromant
Hi Rainer, Thanks for this explanations. I'm going to try to give you more technical informations. Rainer Jung wrote: Hi, yes I looked at the animation. Although I must confess, that I don't get much out of it technically. What's the reason for the need to test session validity? Is it

DO NOT REPLY [Bug 41206] New: - Remote start of application fails

2006-12-19 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=41206. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 41207] New: - wrong round-up

2006-12-19 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=41207. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 41208] New: - strange behaviour of fmt:formatNumber

2006-12-19 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=41208. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 41207] - wrong round-up

2006-12-19 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=41207. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 41208] - strange behaviour of fmt:formatNumber

2006-12-19 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=41208. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: ClientAbortException: java.net.SocketException: Connection reset

2006-12-19 Thread ??
The real reason for the tomcat server stop accept request is the java.lang.OutOfMemoryError: Java heap space! yuan hong - Original Message - From: aeonsun [EMAIL PROTECTED] To: dev@tomcat.apache.org Sent: Tuesday, December 19, 2006 10:57 AM Subject: ClientAbortException:

DO NOT REPLY [Bug 41206] - Remote start of application fails

2006-12-19 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=41206. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 41213] New: - URLs with session ID in them no longer work

2006-12-19 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=41213. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Smooth applications migration in a J2EE cluster [mod_jk]

2006-12-19 Thread Anthony Vromant
Hi, The scenario you explained me doesn't work in my env. I'm trying to find out the reasons below : Here is the code : jk_lb_worker.c : find_bysession_route() candidate = find_by_session(p, name, l); if (!candidate) { uses_domain = 1; candidate = find_best_bydomain(p, name,

Re: Smooth applications migration in a J2EE cluster [mod_jk]

2006-12-19 Thread Rainer Jung
Hi Anthony, Anthony Vromant schrieb: Here is the explanation about the session validity checking : This test aims to have users with expired sessions and URL encoded bookmarks (or long running browsers with cookies cached) redirected to a node hosting the new version of the application.

Re: Smooth applications migration in a J2EE cluster [mod_jk]

2006-12-19 Thread Rainer Jung
Anthony Vromant schrieb: Hi, The scenario you explained me doesn't work in my env. I'm trying to find out the reasons below : Here is the code : jk_lb_worker.c : find_bysession_route() candidate = find_by_session(p, name, l); if (!candidate) { uses_domain = 1;

DO NOT REPLY [Bug 40909] - High CPU Usage When Using mod_jk or mod_proxy_ajp connectors

2006-12-19 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=40909. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: ClientAbortException: java.net.SocketException: Connection reset

2006-12-19 Thread aeonsun
of course, this is the reason for tomcat doesn't work,but what brought tomcat to stop work? it's ClientAbortException: java.net.SocketException: Connection reset.Tomcat server has down by this exception and no more any log later. - Original Message - From: ?? [EMAIL PROTECTED] To:

mod_jk, default value of retries is still 3?

2006-12-19 Thread Takayuki Kaneko
Hi, I found a mismatch between the document and source code about the default value of retries. It's my understanding that the default value was changed from 3 to 2 at r420266. http://svn.apache.org/viewvc?view=revrevision=420266 But the latest doument says it is still 3.