DO NOT REPLY [Bug 37627] - Slow and incomplete dynamic content generation after enabling native connector support

2006-11-16 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

[EMAIL PROTECTED]: Project jakarta-tomcat-dbcp (in module jakarta-tomcat-5) failed

2006-11-16 Thread bobh
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-dbcp has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project jakarta-tomcat-dbcp (in module jakarta-tomcat-5) failed

2006-11-16 Thread bobh
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-dbcp has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project tomcat-tc6-dbcp (in module tomcat-tc6) failed

2006-11-16 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 tomcat-tc6-dbcp has an issue affecting its community integration. This issue affe

[EMAIL PROTECTED]: Project tomcat-tc6-dbcp (in module tomcat-tc6) failed

2006-11-16 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 tomcat-tc6-dbcp has an issue affecting its community integration. This issue affe

svn commit: r475686 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11: InternalInputBuffer.java InternalOutputBuffer.java

2006-11-16 Thread remm
Author: remm Date: Thu Nov 16 03:17:41 2006 New Revision: 475686 URL: http://svn.apache.org/viewvc?view=rev&rev=475686 Log: - Port memory optimizations to the classic HTTP connector. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/InternalInputBuffer.java tomcat/tc6.0.x/trunk

Re: How does tomcat unpack WAR files?

2006-11-16 Thread Yoav Shapira
Look through the code for ExpandWar (JavaDoc for 5.0 at http://tomcat.apache.org/tomcat-5.0-doc/catalina/docs/api/org/apache/catalina/startup/ExpandWar.html) and how it's used. Yoav On 11/16/06, ying lcs <[EMAIL PROTECTED]> wrote: Hi, Can you please tell me where is the code which Tomcat unpac

[VOTE] Tomcat 6.0.2

2006-11-16 Thread Remy Maucherat
Hi, Tomcat 6.0.1 has been available for over a week. Tomcat 6.0.2 updates a few packaging glitches, as well as two dependencies (JDT and the native library). 6.0.2 is: [ ] Alpha [ ] Beta Rémy - To unsubscribe, e-mail: [EMAI

How to start a Thread in the same JVM as Tomcat

2006-11-16 Thread Nuno Rodrigues
Hello all, I need to put a thread doing some processing in the same JVM as Tomcat. This thread will make some performance measurement inside the JVM and also cause some Resource Exhaustion (CPU consumption, Memory Leaking, etc) problems ( to simulate Fault-Injection). I'm here to ask you whe

svn commit: r475713 - /tomcat/tc6.0.x/trunk/build.xml

2006-11-16 Thread remm
Author: remm Date: Thu Nov 16 04:32:06 2006 New Revision: 475713 URL: http://svn.apache.org/viewvc?view=rev&rev=475713 Log: - Also filter the release notes that go in the docs. Modified: tomcat/tc6.0.x/trunk/build.xml Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewv

suggestion about new loadbalancing method of mod_jk

2006-11-16 Thread Takayuki Kaneko
Hi, I'm evaluating mod_jk1.2.19 with 8 Tomcat application servers. I found problems about loadbalancing method. * method=Request Suddenly, balancing wouldn't be equally. When the requests were concentrated a particular Tomcat server (e.g. tomcat1). It was caused by sticky session when a partic

Re: [VOTE] Tomcat 6.0.2

2006-11-16 Thread Henri Gomez
is working for me :) 2006/11/16, Remy Maucherat <[EMAIL PROTECTED]>: Hi, Tomcat 6.0.1 has been available for over a week. Tomcat 6.0.2 updates a few packaging glitches, as well as two dependencies (JDT and the native library). 6.0.2 is: [ ] Alpha [ ] Beta Rémy ---

Re: How to start a Thread in the same JVM as Tomcat

2006-11-16 Thread Yoav Shapira
Why would you start it in an internal Tomcat class rather than any of your own classes? Just create a test webapp, and do whatever you want in it. Yoav On 11/16/06, Nuno Rodrigues <[EMAIL PROTECTED]> wrote: Hello all, I need to put a thread doing some processing in the same JVM as Tomcat.

RE: How to start a Thread in the same JVM as Tomcat

2006-11-16 Thread confusionvalley
I didn't told you earlier but my objective is to test a webapp that I already have. And I really didn't want to change that webapp or create another webapp to make all the fault-injection stuff. Do you think that creating another webapp is really the best solution? If the best solution is to cr

Re: How to start a Thread in the same JVM as Tomcat

2006-11-16 Thread Yoav Shapira
Hi, I definitely think it's better for you to create another webapp, even if it's only used for testing, then it is to muck with container-specific classes. I'd prefer a ServletContextListener's contextInitialized method over a servlet's init() method, for cleanliness, but that's not a major poin

Re: How to start a Thread in the same JVM as Tomcat

2006-11-16 Thread Tino Schwarze
On Thu, Nov 16, 2006 at 03:47:09PM -, confusionvalley wrote: > I didn't told you earlier but my objective is to test a webapp that I already > have. And I really didn't want to change that webapp or create another webapp > to make all the fault-injection stuff. Do you think that creating anot

RE: How to start a Thread in the same JVM as Tomcat

2006-11-16 Thread confusionvalley
It looks like a great idea. I really didn’t know about that ServletContextListener. I've just finished reading a little tutorial and it seems very easy to use. I'll tell you something later. Thanks, Nuno -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Bugfixes for tcnative-1.1.7 specfile

2006-11-16 Thread Jonas Pasche
Hi out there, while trying to install the tcnative module found in the tarball of Tomcat 6.0.2-alpha (subpackaged into bin/tomcat-native.tar.gz) I found that the specfile - even if it includes the current version number - is heavily broken and doesn't build a valid package. The tcnative specfile i

DO NOT REPLY [Bug 37627] - Slow and incomplete dynamic content generation after enabling native connector support

2006-11-16 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: r475841 - in /tomcat/connectors/trunk/jni/native: include/tcn_version.h os/win32/libtcnative.rc

2006-11-16 Thread mturk
Author: mturk Date: Thu Nov 16 10:05:18 2006 New Revision: 475841 URL: http://svn.apache.org/viewvc?view=rev&rev=475841 Log: Increment the version number. Modified: tomcat/connectors/trunk/jni/native/include/tcn_version.h tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc Modifie

Re: [VOTE] Tomcat 6.0.2

2006-11-16 Thread Remy Maucherat
Henri Gomez wrote: is working for me :) So this means "beta", I suppose. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 16474] - Unable to obtain correct data for version, path, or domain information from Cookie

2006-11-16 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: [VOTE] Tomcat 6.0.2

2006-11-16 Thread Henri Gomez
Yes 2006/11/17, Remy Maucherat <[EMAIL PROTECTED]>: Henri Gomez wrote: > is working for me :) So this means "beta", I suppose. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED