Re: context folders and Delete on tomcat root; funny [Bug 39594]

2006-05-18 Thread Bill Barker
I know that this is just going to result in Remy telling me to Not Feed The Trolls again, but hey, the list has been a bit slow of late :). >"Thomas Whitmore" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >Hi people, Pedro, > >This is both a sad & funny true story. > >http://issue

svn commit: r407717 - in /tomcat/sandbox: Tomcat5.5.launch Tomcat6Sandbox.launch

2006-05-18 Thread costin
Author: costin Date: Thu May 18 22:25:26 2006 New Revision: 407717 URL: http://svn.apache.org/viewvc?rev=407717&view=rev Log: Switched the launcher - will launch in tomcat6/build, with sandbox in classpath before tomcat6. Added: tomcat/sandbox/Tomcat6Sandbox.launch Removed: tomcat/sandbo

svn commit: r407715 [2/2] - in /tomcat/sandbox: ./ java/org/apache/coyote/adapters/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/apr/ java/org/apache/coyote/standalone/ java/org/apache

2006-05-18 Thread costin
Added: tomcat/sandbox/java/org/apache/tomcat/util/loader/Repository.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/java/org/apache/tomcat/util/loader/Repository.java?rev=407715&view=auto == --- tomcat/sandbox/java/o

DO NOT REPLY [Bug 39600] - A lot of connection in TIME_WAIT state on Tomcat clients

2006-05-18 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: r407690 - /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/LoadTest.java

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 19:52:31 2006 New Revision: 407690 URL: http://svn.apache.org/viewvc?rev=407690&view=rev Log: minor adjustment Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/LoadTest.java Modified: tomcat/container/tc5.5.x/mod

svn commit: r407689 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: group/interceptors/TcpFailureDetector.java io/ChannelData.java

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 19:39:45 2006 New Revision: 407689 URL: http://svn.apache.org/viewvc?rev=407689&view=rev Log: Fixed data extraction bug Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java tom

re: context folders and Delete on tomcat root; funny [Bug 39594]

2006-05-18 Thread Thomas Whitmore
Hi people, Pedro, This is both a sad & funny true story. http://issues.apache.org/bugzilla/show_bug.cgi?id=39594 > We were trying to make our servlets use relative path so that our deplayment > would > be faster. In the process we try putting $Catalina_home in the path for the > base doc >

svn commit: r407687 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/ThroughputInterceptor.java

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 19:08:54 2006 New Revision: 407687 URL: http://svn.apache.org/viewvc?rev=407687&view=rev Log: fixed bug Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/ThroughputInterceptor.java Modified: tomcat/co

svn commit: r407685 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/ThroughputInterceptor.java

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 18:52:17 2006 New Revision: 407685 URL: http://svn.apache.org/viewvc?rev=407685&view=rev Log: More accurate reporting Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/ThroughputInterceptor.java Modif

Re: svn commit: r407674 - in /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote: tomcat3/ tomcat4/

2006-05-18 Thread Costin Manolache
For future reference: svn merge -r REVISION_OF_BAD_CHANGE:REV-1 . svn commit Ex: svn merge -r 407674:407673 . I hope this doesn't break anything else. Costin On 5/18/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Mark Thomas wrote: > You do an svn copy and specify the version number. Not sure o

Re: svn commit: r407678 - /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/

2006-05-18 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Author: costin > Date: Thu May 18 18:25:12 2006 > New Revision: 407678 > > URL: http://svn.apache.org/viewvc?rev=407678&view=rev > Log: > Rolling back Thanks. Mark - To unsubscribe, e-mail: [EMAIL PR

svn commit: r407679 - in /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/memory: ./ MemoryProtocolHandler.java

2006-05-18 Thread costin
Author: costin Date: Thu May 18 18:26:17 2006 New Revision: 407679 URL: http://svn.apache.org/viewvc?rev=407679&view=rev Log: Rollback Added: tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/memory/ - copied from r407674, tomcat/connectors/trunk/coyote/src/java/org/apache/coyo

svn commit: r407678 - /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/

2006-05-18 Thread costin
Author: costin Date: Thu May 18 18:25:12 2006 New Revision: 407678 URL: http://svn.apache.org/viewvc?rev=407678&view=rev Log: Rolling back Added: tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/ActionCode.java - copied unchanged from r407675, tomcat/connectors/trunk/coyote/sr

Re: Creating a context and deploying a new application on the fly.

2006-05-18 Thread Thomas Whitmore
Hi David, Looks like there may be a problem with your Context Resource code. >From your programmatic configuration: >ContextResource resource = new ContextResource(); >resource.setName("jdbc/reference"); >From your commented 'origin' example: >

Re: svn commit: r407674 - in /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote: tomcat3/ tomcat4/

2006-05-18 Thread Costin Manolache
Thanks. I found the command, rolling back. On 5/18/06, Mark Thomas <[EMAIL PROTECTED]> wrote: You do an svn copy and specify the version number. Not sure of the exact syntax. I use Tortoise SVN and do a "revert this version" from the log view. I'll do this now. Mark Costin Manolache wrote: >

svn commit: r407677 - in /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote: tomcat3/ tomcat4/

2006-05-18 Thread costin
Author: costin Date: Thu May 18 18:24:04 2006 New Revision: 407677 URL: http://svn.apache.org/viewvc?rev=407677&view=rev Log: Rollback, bad eclipse ( or bad copy )... Added: tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat3/ - copied from r407673, tomcat/connectors/trun

Re: svn commit: r407674 - in /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote: tomcat3/ tomcat4/

2006-05-18 Thread Mark Thomas
Mark Thomas wrote: > You do an svn copy and specify the version number. Not sure of the exact > syntax. I use Tortoise SVN and do a "revert this version" from the log view. > > I'll do this now. Hmmm. Not working. Back to the command line... Once i have worked out what it is, I'll post it here f

Re: svn commit: r407674 - in /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote: tomcat3/ tomcat4/

2006-05-18 Thread Mark Thomas
You do an svn copy and specify the version number. Not sure of the exact syntax. I use Tortoise SVN and do a "revert this version" from the log view. I'll do this now. Mark Costin Manolache wrote: > Wow, my mistake - not sure what eclipse did. > > Anyone know how to rollback on svn ?? > > Cost

Re: svn commit: r407674 - in /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote: tomcat3/ tomcat4/

2006-05-18 Thread Costin Manolache
Wow, my mistake - not sure what eclipse did. Anyone know how to rollback on svn ?? Costin On 5/18/06, Mark Thomas <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: > Author: costin > Date: Thu May 18 17:58:16 2006 > New Revision: 407674 > > URL: http://svn.apache.org/viewvc?rev=407674&view=

Re: svn commit: r407674 - in /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote: tomcat3/ tomcat4/

2006-05-18 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Author: costin > Date: Thu May 18 17:58:16 2006 > New Revision: 407674 > > URL: http://svn.apache.org/viewvc?rev=407674&view=rev > Log: > Cleaning up the sandbox > > Removed: > tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat3/ > tomcat/connector

Re: svn commit: r407661 [1/3] - in /tomcat/sandbox/java/org/apache/tomcat/util/modeler: ./ modules/

2006-05-18 Thread Costin Manolache
In few days, for now I want to run them side-by-side and test a bit more. If you want to play with it - just replace the util.modeler package. Costin On 5/18/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: > Author: costin > Date: Thu May 18 16:27:34 2006 > New Revisio

svn commit: r407676 - /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/

2006-05-18 Thread costin
Author: costin Date: Thu May 18 18:00:47 2006 New Revision: 407676 URL: http://svn.apache.org/viewvc?rev=407676&view=rev Log: Duplicates Removed: tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/ActionCode.java tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/ActionHook.

svn commit: r407675 - /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/memory/

2006-05-18 Thread costin
Author: costin Date: Thu May 18 17:59:12 2006 New Revision: 407675 URL: http://svn.apache.org/viewvc?rev=407675&view=rev Log: Unused Removed: tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/memory/ - To unsubscrib

svn commit: r407674 - in /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote: tomcat3/ tomcat4/

2006-05-18 Thread costin
Author: costin Date: Thu May 18 17:58:16 2006 New Revision: 407674 URL: http://svn.apache.org/viewvc?rev=407674&view=rev Log: Cleaning up the sandbox Removed: tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat3/ tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomca

svn commit: r407673 - /tomcat/tc6.0.x/trunk/java/org/apache/jk/common/ModJkMX.java

2006-05-18 Thread costin
Author: costin Date: Thu May 18 17:57:15 2006 New Revision: 407673 URL: http://svn.apache.org/viewvc?rev=407673&view=rev Log: AFAIK mod_jk2 is deprecated - and I doubt anyone is using this. If they do - can be reverted. Removed: tomcat/tc6.0.x/trunk/java/org/apache/jk/common/ModJkMX.java

svn commit: r407672 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/mbeans/MBeanUtils.java

2006-05-18 Thread costin
Author: costin Date: Thu May 18 17:56:28 2006 New Revision: 407672 URL: http://svn.apache.org/viewvc?rev=407672&view=rev Log: Downgrade to DynamicMBeans in method signatures - there is no need to use Model here, the mbean server doesn't care. Modified: tomcat/tc6.0.x/trunk/java/org/apache/c

svn commit: r407671 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: CometProcessor.java connector/CoyoteAdapter.java servlets/CometServlet.java

2006-05-18 Thread remm
Author: remm Date: Thu May 18 17:44:04 2006 New Revision: 407671 URL: http://svn.apache.org/viewvc?rev=407671&view=rev Log: - Add example read method. - Return value for read errors (as an option compared with throwing an exception). - Add some javadocs. Modified: tomcat/tc6.0.x/trunk/java/o

Re: Deprecation Warnings in ServletRequestWrapper

2006-05-18 Thread Mark Thomas
Joe Hertz wrote: > Because like I said before, as long as these deprecated methods are being > used, Tomcat's javax.servlet.* implementation's days are numbers. The next > JDK won't have these methods. Then it's game over. No compilation under the > next JDK. If the spec hasn't changed, nor your

svn commit: r407670 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: group/interceptors/ transport/ transport/bio/ transport/nio/

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 17:21:11 2006 New Revision: 407670 URL: http://svn.apache.org/viewvc?rev=407670&view=rev Log: Major performance improvement to use the buffer pool for incoming messages, interceptors will have to be careful since they need to deepclone the message if they wish to s

svn commit: r407669 - /tomcat/container/branches/tc4.1.x/BUILDING.txt

2006-05-18 Thread markt
Author: markt Date: Thu May 18 17:19:53 2006 New Revision: 407669 URL: http://svn.apache.org/viewvc?rev=407669&view=rev Log: JMX is required for building. Modified: tomcat/container/branches/tc4.1.x/BUILDING.txt Modified: tomcat/container/branches/tc4.1.x/BUILDING.txt URL: http://svn.apache

svn commit: r407667 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/io/ChannelData.java

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 17:06:09 2006 New Revision: 407667 URL: http://svn.apache.org/viewvc?rev=407667&view=rev Log: Tiny perf improvement Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/io/ChannelData.java Modified: tomcat/container/tc5.5.

Re: svn commit: r407661 [1/3] - in /tomcat/sandbox/java/org/apache/tomcat/util/modeler: ./ modules/

2006-05-18 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Author: costin Date: Thu May 18 16:27:34 2006 New Revision: 407661 URL: http://svn.apache.org/viewvc?rev=407661&view=rev Log: Refactored modeler - using DynamicMbeans instead of model mbeans. The name 'modeler' is still valid - it 'models' mbeans, but it doesn't have to

svn commit: r407665 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: group/interceptors/ThroughputInterceptor.java io/ChannelData.java io/XByteBuffer.java

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 16:48:15 2006 New Revision: 407665 URL: http://svn.apache.org/viewvc?rev=407665&view=rev Log: Small performance improvements Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/ThroughputInterceptor.java

Re: Creating a context and deploying a new application on the fly. I tried but haven`t succeed please help :-)

2006-05-18 Thread David Gagnon
Hi! :-) My problem it that I don`t know at boot time how much applications I will need. I want a sample web app and deploy it on X different context (/as1, /as2). So I would like to have a simple application (exploded war directory) and deploy it X time usinng each time a different Resourc

svn commit: r407648 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes/transport/bio/util/ test/java/org/apa

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 15:34:14 2006 New Revision: 407648 URL: http://svn.apache.org/viewvc?rev=407648&view=rev Log: Implemented the async using java.util.concurrent for the 1.5 package. much better results Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/ca

RE: Deprecation Warnings in ServletRequestWrapper

2006-05-18 Thread Joe Hertz
> Second, why require something stricter if we don't have to? > Especially now, in what would be the 18th release of Tomcat 5.5, > thereby causing pain those users who do run on JDK 1.3, just to get > rid of some deprecation warnings that don't make any difference to > anyone except you two apparen

RE: Deprecation Warnings in ServletRequestWrapper

2006-05-18 Thread Joe Hertz
>Second, why require something stricter if we don't have to? >Especially now, in what would be the 18th release of Tomcat 5.5, >thereby causing pain those users who do run on JDK 1.3, just to get >rid of some deprecation warnings that don't make any difference to >anyone except you two apparently?

RE: Deprecation Warnings in ServletRequestWrapper

2006-05-18 Thread Bill Barker
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Yoav Shapira > Sent: Thursday, May 18, 2006 2:21 PM > To: Tomcat Developers List > Subject: Re: Deprecation Warnings in ServletRequestWrapper > > Hola, > First, I read it as the container must be co

Re: Creating a context and deploying a new application on the fly. I tried but haven`t succeed please help :-)

2006-05-18 Thread Yoav Shapira
Hola, Why not just set autoDeploy="false" on your Host in server.xml, put your webapp in the appBase directory like you normally would, and use the manager interface (JMX, HTML, ant, your choice) to send the deploy command? That way you don't have to write any code... Yoav On 5/18/06, David Gag

Creating a context and deploying a new application on the fly. I tried but haven`t succeed please help :-)

2006-05-18 Thread David Gagnon
Hi, I want my tomcat have war unpacked on the disk. The application will only be deployed when it receives a message... I tried with the following code without success. My biggest problem for now is how to specify info for the jdbc connection. StandardContext context = new StandardConte

svn commit: r407636 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors: MessageDispatchInterceptor.java ThroughputInterceptor.java

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 14:31:20 2006 New Revision: 407636 URL: http://svn.apache.org/viewvc?rev=407636&view=rev Log: Fixed the interceptors, async start logic Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/MessageDispatchI

Re: Deprecation Warnings in ServletRequestWrapper

2006-05-18 Thread Yoav Shapira
Hola, First, I read it as the container must be compile-able under J2SE 1.3, so maybe we have a different understanding of minimum. Second, why require something stricter if we don't have to? Especially now, in what would be the 18th release of Tomcat 5.5, thereby causing pain those users who do

Deprecation Warnings in ServletRequestWrapper

2006-05-18 Thread Joe Hertz
http://issues.apache.org/bugzilla/show_bug.cgi?id=33104 Closed ostensibly as the spec claims the container must be compilable under JDK 1.3. I only see this: J2SE 1.3 is the minimum version of the underlying Java platform with which servlet containers must be built. Humor me here. How does "

svn commit: r407634 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/group/ src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 14:12:23 2006 New Revision: 407634 URL: http://svn.apache.org/viewvc?rev=407634&view=rev Log: The throughput interceptor now measures throughput correctly and taking both multithreading and multiple destinations into account. Implemented a pool of buffers used by t

DO NOT REPLY [Bug 33104] - HttpServerletResponseWrapper deprecation errors with JDK 1.5

2006-05-18 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

May Chun Chew/FEA/PEC is out of the office.

2006-05-18 Thread May Chun Chew
I will be out of the office starting 05/19/2006 and will not return until 05/22/2006. I will respond to your message when I return. For urgent matters, pls contact Lim Siong Pew at [EMAIL PROTECTED] or 63629384 - To unsubscrib

Re: Greg Wilkins' blog on async servlet API

2006-05-18 Thread Costin Manolache
I saw it - not sure I understand ( and if I understand - I don't like it too much :-), but it would be great to have something common and not very complicated. Costin On 5/18/06, Yoav Shapira <[EMAIL PROTECTED]> wrote: Hola, Just an FYI likely to be of interest to readers of this list: Most

DO NOT REPLY [Bug 33104] - HttpServerletResponseWrapper deprecation errors with JDK 1.5

2006-05-18 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 33104] - HttpServerletResponseWrapper deprecation errors with JDK 1.5

2006-05-18 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

Greg Wilkins' blog on async servlet API

2006-05-18 Thread Yoav Shapira
Hola, Just an FYI likely to be of interest to readers of this list: Most of you probably read planetapache.org, but in case you didn't, it linked to an interesting post from Greg Wilkins (the Jetty dude) on a standard API for async servlets (aka servlet continuations): http://www.mortbay.com/MB/

DO NOT REPLY [Bug 33104] - HttpServerletResponseWrapper deprecation errors with JDK 1.5

2006-05-18 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 33104] - HttpServerletResponseWrapper deprecation errors with JDK 1.5

2006-05-18 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 33104] - HttpServerletResponseWrapper deprecation errors with JDK 1.5

2006-05-18 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: r407616 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership: McastService.java McastServiceImpl.java

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 12:15:12 2006 New Revision: 407616 URL: http://svn.apache.org/viewvc?rev=407616&view=rev Log: Fixed order of component creation Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/McastService.java tomcat/co

svn commit: r407615 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/McastServiceImpl.java

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 12:03:27 2006 New Revision: 407615 URL: http://svn.apache.org/viewvc?rev=407615&view=rev Log: Fixed synchronization issues upon startup, and always using a soTimeout Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membe

svn commit: r407605 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/ catalina/connector/ catalina/servlets/ coyote/ coyote/http11/ tomcat/util/net/

2006-05-18 Thread remm
Author: remm Date: Thu May 18 11:29:07 2006 New Revision: 407605 URL: http://svn.apache.org/viewvc?rev=407605&view=rev Log: - Ok, it seems to work at least a little bit (hopefully, nobody tried it before this). Overall, the changes are fairly limited. - In the end, I prefer adding a new method

svn commit: r407603 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: group/interceptors/ io/ membership/

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 11:25:46 2006 New Revision: 407603 URL: http://svn.apache.org/viewvc?rev=407603&view=rev Log: Remove the byte[] pool, its the wrong approach, will implement a buffer cache instead Add in the ability to calculate the size of a data package without serializing it R

svn commit: r407586 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership: McastService.java McastServiceImpl.java

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 09:36:45 2006 New Revision: 407586 URL: http://svn.apache.org/viewvc?rev=407586&view=rev Log: Moved sleep to where it belongs Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/McastService.java tomcat/cont

svn commit: r407578 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes/io/ src/share/org/apache/catalina/tri

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 09:07:47 2006 New Revision: 407578 URL: http://svn.apache.org/viewvc?rev=407578&view=rev Log: Added in a bytepool, to cache byte[] for faster access This pool can still be tuned, but as is, its already performing quite well. Pool is compatible with 1.4 as the pool w

svn commit: r407555 - in /tomcat/container/tc5.5.x/modules/groupcom: ./ src/share/org/apache/catalina/tribes/group/interceptors/ test/java/org/apache/catalina/tribes/demos/

2006-05-18 Thread fhanik
Author: fhanik Date: Thu May 18 07:15:27 2006 New Revision: 407555 URL: http://svn.apache.org/viewvc?rev=407555&view=rev Log: Added throughput interceptor to measure send speed Added: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/Throughput

DO NOT REPLY [Bug 39609] - can not resolve class in .zip format in WEB-INF/lib

2006-05-18 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 39609] - can not resolve class in .zip format in WEB-INF/lib

2006-05-18 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 39609] New: - can not resolve class in .zip format in WEB-INF/lib

2006-05-18 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: r407241 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/ catalina/connector/ catalina/servlets/ coyote/ajp/ coyote/http11/ tomcat/util/net/

2006-05-18 Thread Remy Maucherat
Bill Barker wrote: tomcat/tc6.0.x/trunk/java/org/apache/catalina/CometProcessor.j ava Wed May 17 05:55:39 2006 @@ -0,0 +1,21 @@ You forgot to include the license on this. That's true. It's probably not the only issue, though :) Rémy --

DO NOT REPLY [Bug 39606] - Tomcat Not working on Windows XP Network

2006-05-18 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 39606] - Tomcat Not working on Windows XP Network

2006-05-18 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 39606] New: - Tomcat Not working on Windows XP Network

2006-05-18 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