Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/netURL.java

2002-06-15 Thread Remy Maucherat
Bill Barker wrote: billbarker2002/06/13 22:34:23 Modified:util/java/org/apache/tomcat/util/net URL.java Log: Teach URL how to parse userInfo. This allows URL to parse a string of the form: ftp://user:[EMAIL PROTECTED]/ This actually doesn't fix any Tomcat problems (assuming

Re: What's up with Tyrex?

2002-06-15 Thread David Haraburda
Remy Maucherat wrote: The Tyrex code currently uses 0.9.7. Migrating to 1.0 should happen soon, but may be slightly tricky. Yep, looks like that is true. If you have ideas/patches, feel free to send them to the list. Well, regarding the TyrexDataSourceFactory class, it looks like it can

JNI Performance Take 2

2002-06-15 Thread Mladen Turk
Hi, Hope that I've created the valid test environment this time :-) My last test results were (for me, at least) a little bit unclear so I've recreated (very crude) the jk2's Java-C bridge. Conclusion is that direct buffer access has only 5% higher throughput and that's only cause there are

ArrayIndexOutOfBoundsException in WebappClassLoader

2002-06-15 Thread Arvind Srinivasan
I'm unable to reproduce this easily but I was running some tests (using a multithreaded load generator) on a 4 cpu machine and encountered a couple of ArrayIndexOutOfBoundsException @ lines 1747 and 1754 in o.a.c.loaders.WebappClassLoader.java. 737// Register the full path for

Re: [4.1.5] Milestone available for testing

2002-06-15 Thread Anthony W. Marino
Sorry, it was a mix-up on my part. Thank You, Anthony Anthony W. Marino wrote: FYI, Index.jsp refers to release refers to 4.1.4. Anthony I don't see how this can happen. The version number written in that page is the same that the one which is in the archive name, and diplayed during

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappClassLoader.java

2002-06-15 Thread remm
remm2002/06/15 07:42:29 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: - Tweak the syncing. - This is supposed to fix a rare out of bounds exception (the array on which the sync was done was mutated inside the

JK2 MagAjp in ChannelJni

2002-06-15 Thread Mladen Turk
Hi, I would like to clean some things in native2, so here is something (concept probably) that's itching me. First of all can we agree that we have a well defined communication environment between the connector and the web server? I think we can, cause there are no third party stuff intervening

DO NOT REPLY [Bug 7725] - IllegalStateException during forwards to a page that redirects

2002-06-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7725. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8297] - inetinfo.exe error ; Also no resource found (error 404)

2002-06-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8297. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7725] - IllegalStateException during forwards to a page that redirects

2002-06-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7725. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7725] - IllegalStateException during forwards to a page that redirects

2002-06-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7725. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5411] - JSP session does not work with IE/IIS5/Tomcat 3.3

2002-06-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5411. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: jk 1.2 freese/snap time in JTC ?

2002-06-15 Thread Ignacio J. Ortega
De: Bill Barker [mailto:[EMAIL PROTECTED]] Enviado el: 15 de junio de 2002 5:50 In TC33, there are for i_rdr: 8297 Blo inetinfo.exe error ; Also no resource found (error 404) 5411 NorJSP session does not work with IE/IIS5/Tomcat 3.3 Thanks Bill, lost them, marked as INVALID

Re: Request for a new Apache ID

2002-06-15 Thread Brian Behlendorf
Account created, password sent. Sorry for the delay on acting on this, but apparently nc.rr.com sat on it for 4 days: Received: from fe6.southeast.rr.com (HELO mail6.nc.rr.com) (24.93.67.53) by daedalus.apache.org with SMTP; 15 Jun 2002 01:55:59 - Received: from mail pickup service by

TomcatMonitor

2002-06-15 Thread Mladen Turk
Hi, As a maker of ApacheMonitor I _know_ that the support for the Tomcat's start/stop/monitor would be trivial. The question is can we (Apache2 and Tomcat) agree to coexist, or make two different try buttons. MT. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

DO NOT REPLY [Bug 4380] - Multiple ISAPI redirectors on single IIS website

2002-06-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4380. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: JMX and config of log4j in container env.

2002-06-15 Thread Ceki Gülcü
At 14:42 14.06.2002 -0700, [EMAIL PROTECTED] wrote: I recently enabled JMX support for jk, and one of the things it's doing is detect if log4j is available and enable the log4j JMX. There are few problems - and this is a deeper problem, that affects the use of log4j as 'main' logger for tomcat.

Re: TomcatMonitor

2002-06-15 Thread Cliff Woolley
On Sat, 15 Jun 2002, Mladen Turk wrote: As a maker of ApacheMonitor I _know_ that the support for the Tomcat's start/stop/monitor would be trivial. The question is can we (Apache2 and Tomcat) agree to coexist, or make two different try buttons. I wouldn't have a problem with that. No sense

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util URL.java

2002-06-15 Thread billbarker
billbarker2002/06/15 19:52:02 Modified:catalina/src/share/org/apache/catalina/util URL.java Log: Teach URL how to parse userInfo. This allows URL to parse a string of the form: ftp://user:[EMAIL PROTECTED]/ This actually doesn't fix any Tomcat problems (assuming that

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util URL.java

2002-06-15 Thread billbarker
billbarker2002/06/15 19:54:03 Modified:catalina/src/share/org/apache/catalina/util URL.java Log: Someday I'll remember to remove tabs before committing. Revision ChangesPath 1.4 +8 -8 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/URL.java