DO NOT REPLY [Bug 46373] tomcat6 cpu100%

2008-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46373 --- Comment #6 from huangjunjie 2008-12-17 21:13:27 PST --- All right, if there's some good news, let me know please. Thank you anyway. Best Water.DH -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=em

DO NOT REPLY [Bug 46373] tomcat6 cpu100%

2008-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46373 --- Comment #5 from Filip Hanik 2008-12-17 20:44:37 PST --- Well, the JDK folks thought it was already fixed, but apparently not. We could try to implement a workaround for it (namely cancelling the selector and starting a new one) but

DO NOT REPLY [Bug 46373] tomcat6 cpu100%

2008-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46373 --- Comment #4 from huangjunjie 2008-12-17 18:24:28 PST --- Will it be fixed in jdk 7 ? NIO's performance is very good. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #10 from Rainer Jung 2008-12-17 16:33:45 PST --- Could you please try the patch available at: http://people.apache.org/~rjung/mod_jk-dev/patches/extension_crash.patch It came up for a related issue reported today and it

DO NOT REPLY [Bug 46249] "stream closed" problem

2008-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46249 Mark Thomas changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #2 from Mark

DO NOT REPLY [Bug 46249] "stream closed" problem

2008-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46249 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 46373] tomcat6 cpu100%

2008-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46373 --- Comment #3 from Filip Hanik 2008-12-17 08:49:38 PST --- This looks like it is still a JDK bug Grizzly seem to have the same issue on linux http://www.nabble.com/Comet-handler-starts-terminating-TCP-connections-with-RST--td2033744

Re: Tomcat errors

2008-12-17 Thread Mark Thomas
dalilama wrote: > I'm trying to get to know tomcat 6. I am experimenting with editing one of > the java classes in apache-tomcat-6.0.18/webapps/examples/WEB-INF/classes > > I have replaced the contents of HelloWorldExample.java with my own code > which server a web page . One of the lines of code

Tomcat errors

2008-12-17 Thread dalilama
I'm trying to get to know tomcat 6. I am experimenting with editing one of the java classes in apache-tomcat-6.0.18/webapps/examples/WEB-INF/classes I have replaced the contents of HelloWorldExample.java with my own code which server a web page . One of the lines of code is: public void doGet(Htt