Re: mod_jk 1.2.22-dev test

2007-03-13 Thread Henri Gomez
Well I couldn't see why but if I put a return (0); in top of jk_log(), the problem disappears. I tried with apr_xxprintf, but it didn't works better. I wonder now if the problem is in jk_log function or in calling parameters 2007/3/12, Rainer Jung <[EMAIL PROTECTED]>: Great, I hope we can get

svn commit: r517629 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c common/jk_shm.c

2007-03-13 Thread mturk
Author: mturk Date: Tue Mar 13 03:20:28 2007 New Revision: 517629 URL: http://svn.apache.org/viewvc?view=rev&rev=517629 Log: Fix shared memory initialization. The file descriptors must be reopened in child process. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/co

DO NOT REPLY [Bug 41828] - mod_jk file locking (flock) causes kernel panic

2007-03-13 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: mod_jk 1.2.22-dev test

2007-03-13 Thread Henri Gomez
Testing jk 1.2.22 on iSeries : A little quirk on this OS (variables defined inside code ) :) /** * Inherit properties * */ int jk_map_inherit_properties(jk_map_t *m, const char *from, const char *to, jk_logger_t *l) { int rc = JK_FALSE; if (m && from && to) { unsigned int i;

Re: Tomcat 6 Scales

2007-03-13 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: We're doing pretty well with Comet, the only thing comet is missing is a non blocking write. It is possible to do that without changing the API, in case it is needed. It has a possibly significant cost howeve

Re: mod_jk 1.2.22-dev test

2007-03-13 Thread Guenter Knauf
Hi Henri, > Testing jk 1.2.22 on iSeries : > A little quirk on this OS (variables defined inside code ) :) yes, same here on NetWare: --- jk_map.c.orig Fri Mar 09 22:42:06 2007 +++ jk_map.cMon Mar 12 17:37:42 2007 @@ -718,12 +718,12 @@ unsigned int i; for (i = 0; i <

DO NOT REPLY [Bug 41830] New: - session replication stop,when use container managed security and cluster.session replication stop,when use container managed security and cluster.

2007-03-13 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: Tomcat Webservices JSR109 implementation

2007-03-13 Thread Carrion, Fabian \(GE Money, consultant\)
Hi, I change the build.xml to download both jar from geronimos repositories. I think it should be ok now. I'm available for any comment. Thanks Fabien Carrion -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Lunes, 12 de Marzo de 2007 07:49 a.m. To: Tomcat Develop

Tomcat 5.5 JDBC Form Authentication

2007-03-13 Thread ramrod1460
I am using Tomcat 5.5 Form based authentication with JDBCRealm configured in Tomcats server.xml. When I login using the form I've developed, using a valid login name/pw ( one in my database ), all works as expected. When I enter a username/password that is not in the database or has invalid permi

Re: Contention in ApplicationContext.java in Tomcat 5.5

2007-03-13 Thread Phillip Thurmond
Remy Maucherat wrote: Phillip Thurmond wrote: I'm running some performance tests on JBoss 4.0.5. I'm seeing some contention inside Tomcat on ApplicationContext.getAttribute(). With a load of 200 threads, I often see over 150 "waiting to lock" messages on the attributes object. It looks lik

Re: Contention in ApplicationContext.java in Tomcat 5.5

2007-03-13 Thread Yoav Shapira
Hola, On 3/13/07, Phillip Thurmond <[EMAIL PROTECTED]> wrote: This is a bug. It significantly hinders scalability under certain workloads, and it should be fixed. As you are aware, there are many solutions (Read/Write lock, partitioned hashmap, etc..) that do not involve an additional dependen

Re: Contention in ApplicationContext.java in Tomcat 5.5

2007-03-13 Thread Remy Maucherat
Yoav Shapira wrote: Hola, On 3/13/07, Phillip Thurmond <[EMAIL PROTECTED]> wrote: This is a bug. It significantly hinders scalability under certain workloads, and it should be fixed. As you are aware, there are many solutions (Read/Write lock, partitioned hashmap, etc..) that do not involve a

DO NOT REPLY [Bug 40668] - MailSessionFactory is missing in Tomcat 5.5.23

2007-03-13 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: mod_jk 1.2.22-dev test

2007-03-13 Thread Rainer Jung
Hi Henri, hi Günter, I'll take care of your comments (before 1.2.22). Henri: I'll have a concentrated look at jk_log(). Maybe I can produce a standalone version of jk_log(), so we might be able to reproduce the problem without apache around. Thanks so far to you both. Regards, Rainer Guen

DO NOT REPLY [Bug 40668] - MailSessionFactory is missing in Tomcat 5.5.23

2007-03-13 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

Apache Tomcat Board Report, March 2007

2007-03-13 Thread Yoav Shapira
Apache Tomcat Board Report, March 2007 Summary: Tomcat is chugging along, with significant development milestones achieved this quarter, and no issues requiring Board attention. Community: - We've voted in one new committer, Fabien Carrion, whose iCLA will hopefully be recorded this week. - We'

Re: mod_jk 1.2.22-dev test

2007-03-13 Thread Guenter Knauf
Hi Rainer, > I'll take care of your comments (before 1.2.22). ok; beside this small build issue I can say that two other testers and I found no other issues so far with our applications using Tomcat on NetWare, so: + for NetWare platform. greetz, Guenter. -

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

2007-03-13 Thread fhanik
Author: fhanik Date: Tue Mar 13 14:16:47 2007 New Revision: 517873 URL: http://svn.apache.org/viewvc?view=rev&rev=517873 Log: cleaned up code a little bit, still haven't figured out a good fairness algorithm Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Mod

DO NOT REPLY [Bug 41467] - the $ character is being removed from

2007-03-13 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 41467] - the $ character is being removed from

2007-03-13 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 41467] - the $ character is being removed from

2007-03-13 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 41467] - the $ character is being removed from

2007-03-13 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: r517913 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-03-13 Thread fhanik
Author: fhanik Date: Tue Mar 13 15:28:33 2007 New Revision: 517913 URL: http://svn.apache.org/viewvc?view=rev&rev=517913 Log: Use a thread pool executor by default. This makes tomcat a little bit slower, but it handles load distribution a lot better than the current thread pool Modified: tom

svn commit: r517915 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2007-03-13 Thread rjung
Author: rjung Date: Tue Mar 13 15:36:44 2007 New Revision: 517915 URL: http://svn.apache.org/viewvc?view=rev&rev=517915 Log: Fix compiler error (variable declaration inside code). Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c Modified: tomcat/connectors/trunk/jk/native/common/j

svn commit: r517941 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/Http11NioProtocol.java java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/config/http.xml

2007-03-13 Thread fhanik
Author: fhanik Date: Tue Mar 13 16:54:03 2007 New Revision: 517941 URL: http://svn.apache.org/viewvc?view=rev&rev=517941 Log: Implement the use of a useful executor, this executor will increase threads until it reaches max threads, then it starts queueing the connections. This yields in much bet

DO NOT REPLY [Bug 41828] - mod_jk file locking (flock) causes kernel panic

2007-03-13 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: r517977 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java java/org/apache/tomcat/util/net/SocketProperties.java webapps/docs/config/http.xml

2007-03-13 Thread fhanik
Author: fhanik Date: Tue Mar 13 19:48:39 2007 New Revision: 517977 URL: http://svn.apache.org/viewvc?view=rev&rev=517977 Log: Implemented the cache properly with its own attribute, removed one processor that is not needed Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndp

DO NOT REPLY [Bug 41467] - the $ character is being removed from

2007-03-13 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 41828] - mod_jk file locking (flock) causes kernel panic

2007-03-13 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 41828] - mod_jk file locking (flock) causes kernel panic

2007-03-13 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