Re: [build]fail message

2006-10-24 Thread Yoav Shapira
Hi, On 10/22/06, Sean Qiu <[EMAIL PROTECTED]> wrote: Required by my project, i have to put ecj*.jar in ${ant_home}/lib, i just rename it to avoid loading it. OK, but just so you know, that's a terrible requirement by your project that will cause you many headaches. You should really try to g

DO NOT REPLY [Bug 40811] New: - Context listeners called multiple times

2006-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40811] - Context listeners called multiple times

2006-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40811] - Context listeners called multiple times

2006-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40811] - Context listeners called multiple times

2006-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40812] New: - change antiJARLocking to work on webapp-dir, but don't delete it when redeploying

2006-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40812] - change antiJARLocking to work on webapp-dir, but don't delete it when redeploying

2006-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r465417 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11: Http11NioProcessor.java InternalNioInputBuffer.java

2006-10-24 Thread Filip Hanik - Dev Lists
I've been tracking down the phantom behavior on the NIO connector and found some results 1. Busy write, when the client is not reading fast enough ends up spinning the CPU, this is fixed 2. GC, the NIO connector generates a lot more garbage than I would like for it to, both JIO and APR have very

svn commit: r467349 - in /tomcat/tc6.0.x/trunk/java/org/apache: coyote/http11/ tomcat/util/net/

2006-10-24 Thread fhanik
Author: fhanik Date: Tue Oct 24 07:46:13 2006 New Revision: 467349 URL: http://svn.apache.org/viewvc?view=rev&rev=467349 Log: Add a socket properties class so that we can configure every single socket option, currently only on NIO. Remove redundant byte[] buffer in the NIO OutputBuffer, this avoi

Re: [build]fail message

2006-10-24 Thread Sean Qiu
You are so nice. :) And i have tried "ant run-tester" I find it just call java to run the class.And it's Ok. I have also tried the "ant test". It seems that it is based unit test. But it fails and i then turn off the flag to make it run regardless of fail. I find there are only three testing c

DO NOT REPLY [Bug 40811] - Context listeners called multiple times

2006-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40811] - Context listeners called multiple times

2006-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r467441 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net: NioSelectorPool.java SocketProperties.java

2006-10-24 Thread fhanik
Author: fhanik Date: Tue Oct 24 12:01:00 2006 New Revision: 467441 URL: http://svn.apache.org/viewvc?view=rev&rev=467441 Log: adjust default properties Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioSelectorPool.java tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/

Re: Source for Packages org.apache.tomcat.dbcp and below?

2006-10-24 Thread Fernando Nasser
Marcus Better wrote: William L. Thomson Jr. wrote: Basically the main problem on Gentoo is we don't want to have to pull in sources for 3 other commons apps in conjunction with Tomcat's sources just to build the naming-factory-dbcp.jar. Despite it looking like that's the only way. We h

DO NOT REPLY [Bug 40811] - Context listeners called multiple times

2006-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r467513 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SocketProperties.java

2006-10-24 Thread fhanik
Author: fhanik Date: Tue Oct 24 15:31:51 2006 New Revision: 467513 URL: http://svn.apache.org/viewvc?view=rev&rev=467513 Log: Make the buffer pool configurable, still need to make it configurable based on size Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

svn commit: r467514 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2006-10-24 Thread fhanik
Author: fhanik Date: Tue Oct 24 15:32:49 2006 New Revision: 467514 URL: http://svn.apache.org/viewvc?view=rev&rev=467514 Log: don't cancel, only do that within the selector thread, as this is a synchronized call Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

DO NOT REPLY [Bug 40809] - Tomcat 5.5.20 fails to load ServletContextListener in tld!

2006-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37070] - Servlets not recognized as MBeans

2006-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

are JSPs using Java5.0 syntax supported completely?

2006-10-24 Thread Dies Koper
Hello, I never doubted that Tomcat 5.5 supported JSPs using Java5.0's new syntax and features, until I read the following in the docs: The Java compiler from Eclipse JDT in included as the default compiler. [...] This new compiler will be updated to support the Java 5 syntax as soon as possible.