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

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 tw

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 modif

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

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 met

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 INVA

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 mai

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: 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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 tom

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 se

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 the

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

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

2002-06-15 Thread billbarker
billbarker2002/06/15 19:56:13 Modified:catalina/src/share/org/apache/catalina/util Tag: tomcat_40_branch URL.java Log: Port from HEAD branch. Revision ChangesPath No revision No revision 1.2.2.1

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

2002-06-15 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Saturday, June 15, 2002 12:00 AM Subject: Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net URL.java > Bill Barker wrote: > >>billbarker

RE: TomcatMonitor

2002-06-15 Thread Mladen Turk
> -Original Message- > From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] > Sent: 16. lipanj 2002 5:03 > To: [EMAIL PROTECTED] > Subject: Re: TomcatMonitor > > > > >I wouldn't have a problem with that. No sense reinventing the wheel > >for one or the other of us... +1. > > and a

ClassCastException in PageContextImpl

2002-06-15 Thread Joel Roth-Nater
(longish, please read if you're familiar with Jasper sources) I'm using Jasper which comes packaged with JBoss 3.0. One of the JSPs has the following code: BodyContent bc = pageContext.pushBody(); request.getRequestDispatcher(jspName).forward(request, response); pageContext.popBody(); wc.writeOu

Re: JK2 MagAjp in ChannelJni

2002-06-15 Thread costinm
I think I'll be -0 on this. There are 2 main reasons: 1. There are not too many people who work on the JNI - it's tricky and not very easy, and for this reason we had quite a few improvements in jk1. The performance of the old jni worker were pretty poor, with many of the optimizations done in t

Re: TomcatMonitor

2002-06-15 Thread costinm
On Sat, 15 Jun 2002, Mladen Turk wrote: > Hi, > > As a maker of ApacheMonitor I _know_ that the support for the Tomcat's > start/stop/monitor would be trivial. I can't wait to see it implemented... Costin > The question is can we (Apache2 and Tomcat) agree to coexist, or make > two different