DO NOT REPLY [Bug 21206] - Tomcat 5 - Jetspeed JSP Portlets do not display

2003-06-30 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 21206] - Tomcat 5 - Jetspeed JSP Portlets do not display

2003-06-30 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: cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2003-06-30 Thread Bill Barker
Ok, my patches for 4.1.25 are now in. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 10:42 PM Subject: cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt > billbarker2003/06/30 22:42:00 > > Modified:.RELEASE-NOTES-4.

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2003-06-30 Thread billbarker
billbarker2003/06/30 22:42:00 Modified:.RELEASE-NOTES-4.1.txt Log: Documenting changes. Revision ChangesPath 1.73 +11 -1 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt =

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/jsse JSSE13Factory.java JSSE14Factory.java JSSEFactory.java JSSE14SocketFactory.java JSSE14Support.java JSSEImplementation.java JSSESocketFactory.java

2003-06-30 Thread billbarker
billbarker2003/06/30 22:27:13 Modified:util/java/org/apache/tomcat/util/net/jsse Tag: coyote_10 JSSE14SocketFactory.java JSSE14Support.java JSSEImplementation.java JSSESocketFactory.java Added: util/java/org/apache/tomcat/util/net/j

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/puretls PureTLSSocketFactory.java PureTLSSupport.java

2003-06-30 Thread billbarker
billbarker2003/06/30 22:21:30 Modified:util/java/org/apache/tomcat/util/net/puretls Tag: coyote_10 PureTLSSocketFactory.java PureTLSSupport.java Log: Porting fixes for CLIENT-CERT from HEAD branch. Revision ChangesPath No revision

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h

2003-06-30 Thread billbarker
billbarker2003/06/30 22:16:47 Modified:jk/native/apache-1.3 Tag: coyote_10 mod_jk.c jk/native/apache-2.0 Tag: coyote_10 mod_jk.c jk/native/common Tag: coyote_10 jk_uri_worker_map.c jk_uri_worker_map.h Log: Port patch for "//" from

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2003-06-30 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 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-30 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

TOMCAT 5 Development

2003-06-30 Thread Andre D Bonner
I am interested in getting in on the TOMCAT 5.0 development What is needed? Where can I be of some help? -- Andre D Bonner Sun Certified Programmer for the Java 2 Platform 1.4 - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

DO NOT REPLY [Bug 21206] - Tomcat 5 - Jetspeed JSP Portlets do not display

2003-06-30 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 21207] - JDBCRealm not thread safe

2003-06-30 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 21206] - Tomcat 5 - Jetspeed JSP Portlets do not display

2003-06-30 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 21157] - CookieExample is setting cookie after writing data

2003-06-30 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 21206] - Tomcat 5 - Jetspeed JSP Portlets do not display

2003-06-30 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 21157] - CookieExample is setting cookie after writing data

2003-06-30 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: custom HTTP headers?

2003-06-30 Thread Tim Funk
HttpServletResponse which is part of the servlet API (and portable to other containers) -Tim Adam Fisk wrote: I'm wondering if anyone can point me towards the class/classes that I should look at to add custom HTTP response headers for a customized Tomcat application I'm working on. Thanks ver

DO NOT REPLY [Bug 21207] - JDBCRealm not thread safe

2003-06-30 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 21206] - Tomcat 5 - Jetspeed JSP Portlets do not display

2003-06-30 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: [5.0] Upcoming action items

2003-06-30 Thread Ronald Klop
On Monday 30 June 2003 23:25, Remy Maucherat wrote: > Bill Barker wrote: > >>I was thinking a two week timeframe for 4.1.25. Are all the patches > >>needed already there ? > > > > If we're still using coyote_10, then there are a few things I need to > > port from HEAD (e.g. the "//" fix for mod_jk)

DO NOT REPLY [Bug 21207] New: - JDBCRealm not thread safe

2003-06-30 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 20860] - JDBCRealm looses database connection

2003-06-30 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 20752] - Soft links to jars in a webapp causes IllegalArgumentException

2003-06-30 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

custom HTTP headers?

2003-06-30 Thread Adam Fisk
I'm wondering if anyone can point me towards the class/classes that I should look at to add custom HTTP response headers for a customized Tomcat application I'm working on. Thanks very much. -Adam - To unsubscribe, e-mail: [EM

cvs commit: jakarta-tomcat-5 build.xml

2003-06-30 Thread remm
remm2003/06/30 15:16:40 Modified:.build.xml Log: - Use the flag to include declarations inside web.xml, rather than rely on a token. Revision ChangesPath 1.137 +3 -15 jakarta-tomcat-5/build.xml Index: build.xml ==

DO NOT REPLY [Bug 21206] - Tomcat 5 - Jetspeed JSP Portlets do not display

2003-06-30 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 21206] - Tomcat 5 - Jetspeed JSP Portlets do not display

2003-06-30 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 21206] New: - Tomcat 5 - Jetspeed JSP Portlets do not display

2003-06-30 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

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspC.java

2003-06-30 Thread remm
remm2003/06/30 15:10:00 Modified:jasper2/src/share/org/apache/jasper JspC.java Log: - Don't generate the comments (they can screw up the char encoding in case i18n is used) when including in an existing web.xml. Revision ChangesPath 1.47 +5 -5 jakarta-t

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Remy Maucherat
Brian Olsen wrote: Remy Maucherat wrote: It's not that I do think it's a bad idea, it's just I think there are other problems. I would be willing to consider including the patch (but I need to look into possible side effects first). What could those side effects be??? You're changing the core A

Re: [5.0] Upcoming action items

2003-06-30 Thread Remy Maucherat
Bill Barker wrote: I was thinking a two week timeframe for 4.1.25. Are all the patches needed already there ? If we're still using coyote_10, then there are a few things I need to port from HEAD (e.g. the "//" fix for mod_jk). Yep, coyote_10 is still used there. I think it would be a big change t

Re: [5.0] Upcoming action items

2003-06-30 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 4:17 AM Subject: Re: [5.0] Upcoming action items > Bill Barker wrote: > > > Somewhat OT, but is there a plan for TC 4.1.25? There are some serious

AW: [OT] Dead laptop

2003-06-30 Thread Daniel S. Haischt
IDEA and Together are available as OS X versions too. > -Ursprungliche Nachricht- > Von: kev [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 30. Juni 2003 19:34 > An: Tomcat Developers List > Betreff: Re: [OT] Dead laptop > > > For laptoppy goodness you can't beat a Powerbook G4[1], java 1

DO NOT REPLY [Bug 18220] - Copy & Paste doesn't work (Apache Service Monitor)

2003-06-30 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

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2003-06-30 Thread remm
remm2003/06/30 11:21:35 Modified:.build.properties.default build.xml Log: - Update to Struts 1.1. Revision ChangesPath 1.97 +3 -3 jakarta-tomcat-5/build.properties.default Index: build.properties.default ===

DO NOT REPLY [Bug 21194] New: - JNDIRealm usersubtree doesn't work properly

2003-06-30 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: [OT] Dead laptop

2003-06-30 Thread kev
For laptoppy goodness you can't beat a Powerbook G4[1], java 1.4.1 on these guys rocks, and Eclipse is available now. Project builder isn't so great, but the form factor, battery life, unix/gnu tools built-in and OS makes it the best laptop (IMHO) that you can buy. On the other hand they're a

DO NOT REPLY [Bug 21157] - CookieExample is setting cookie after writing data

2003-06-30 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

[PATCH] Change getSession() in org.apache.catalina.Session from HttpSessionto a more general interface (enhancement request 21169)

2003-06-30 Thread Brian Olsen
Hey Guys, I just made a proposed patch for the enhancement request I made regarding the SIP Servlet API http://issues.apache.org/bugzilla/show_bug.cgi?id=21169 It adds a new interface org.apache.catalina.ServletSession that contains the methods that HttpSession has in common with SipSession and

AW: [OT] Dead laptop

2003-06-30 Thread Daniel S. Haischt
get an apple power book with a 17" display ;-) bye daniel s. haischt -- > -Ursprungliche Nachricht- > Von: Remy Maucherat [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 29. Juni 2003 23:55 > An: Tomcat Developers List > Betreff: [OT] Dead laptop > > > Snif, snif, my Sony Vaio GRX lapto

bug 21190 fix

2003-06-30 Thread Alexey Zakharov
Hi all! If somebody is interested in solution for BUG #21190 (recently submited by me - "JDBCRealm is trying to use closed connections without checking" in tomcat 4.0.6, http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21190) please see the file attached. BTW this bug also seems to be actual for

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Brian Olsen
Remy Maucherat wrote: Bill Barker wrote: Like Remy, I'm -0 on the patch. As I read Remy's post, this means that neither of us will actually veto it if some other developer decides to post it. However, neither of us consider it to be a-good-idea, so we will be looking for implementation holes t

DO NOT REPLY [Bug 21116] - EOFException thrown - seemingly random

2003-06-30 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 21116] - EOFException thrown - seemingly random

2003-06-30 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 21116] - EOFException thrown - seemingly random

2003-06-30 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 21190] New: - JDBCRealm is trying to use closed connections without checking

2003-06-30 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 21187] - Method init called twice for filter class

2003-06-30 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 21187] New: - Method init called twice for filter class

2003-06-30 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: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Brian Olsen
Bill Barker wrote: - Original Message - From: "Brian Olsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 1:31 AM Subject: Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169) Remy

DO NOT REPLY [Bug 21184] New: - Missing s in LocalString(s)_fr.properties filename

2003-06-30 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: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Remy Maucherat
Bill Barker wrote: Like Remy, I'm -0 on the patch. As I read Remy's post, this means that neither of us will actually veto it if some other developer decides to post it. However, neither of us consider it to be a-good-idea, so we will be looking for implementation holes to veto ;-). The internal

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Yoav Shapira
Howdy, I'm also not a fan of this patch. I don't think it's a particularly good idea to modify the session interface for 4.1.x at this point. Yoav Shapira --- Bill Barker <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "Brian Olsen" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTE

Re: [5.0] Upcoming action items

2003-06-30 Thread Jonas Anden
> I was thinking a two week timeframe for 4.1.25. Are all the patches > needed already there ? Mine isn't. OutOfMemoryException due to recursive calls in log() of StandardWrapperValve: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19312 Patch was sent to mailing list April 30th. // J -

DO NOT REPLY [Bug 21183] New: - Tomcat does not start on OSF 5.1 with JDK 1.3.1

2003-06-30 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: [5.0] Upcoming action items

2003-06-30 Thread Remy Maucherat
Bill Barker wrote: Somewhat OT, but is there a plan for TC 4.1.25? There are some serious bugs in the Jk-Coyote code in TC 4.1.24. I was thinking a two week timeframe for 4.1.25. Are all the patches needed already there ? Personally, I need to port a Jasper patch. Remy -

Re: Fw: Howto compile mod_jk2 under windows?

2003-06-30 Thread Laurent Blume
Here is a small explanation on how I managed to do it myself. I spent a while looking for detailed documentation with no success. If you find anything better, please keep me informed :-) HTH, Laurent --- Begin Message --- Laurent Blume wrote: No, it's part of Tomcat, and I think the most relevant

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Bill Barker
- Original Message - From: "Brian Olsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 1:31 AM Subject: Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169) > Remy Maucherat wrote

Re: decrease idle threads in the pool faster... (II)

2003-06-30 Thread Bill Barker
- Original Message - From: "Carlos Rodríguez Colino" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 1:21 AM Subject: decrease idle threads in the pool faster... (II) > > Hi everybody > > I have been searching previous mails about killing idle threads, and I > fou

DO NOT REPLY [Bug 21176] - Continuous Memory Leaks

2003-06-30 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: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Brian Olsen
Remy Maucherat wrote: Brian Olsen wrote: Hey Guys, I just made a proposed patch for the enhancement request I made regarding the SIP Servlet API http://issues.apache.org/bugzilla/show_bug.cgi?id=21169 It adds a new interface org.apache.catalina.ServletSession that contains the methods that Htt

Re: [5.0] Upcoming action items

2003-06-30 Thread Bill Barker
Somewhat OT, but is there a plan for TC 4.1.25? There are some serious bugs in the Jk-Coyote code in TC 4.1.24. - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 12:11 AM Subject: [5.0] Upcoming act

decrease idle threads in the pool faster... (II)

2003-06-30 Thread Carlos Rodríguez Colino
Hi everybody I have been searching previous mails about killing idle threads, and I found lots of them describing the same problem (lots of requests carry out new threads that never are released, so, in a long-term, max number of proccesses is reached and Tomcat stops). Some surpr

DO NOT REPLY [Bug 21176] - Continuous Memory Leaks

2003-06-30 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 21175] - httproot and alias configuration into Coyote Connector

2003-06-30 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 21176] - Continuous Memory Leaks

2003-06-30 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 21175] - httproot and alias configuration into Coyote Connector

2003-06-30 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 21175] - httproot and alias configuration into Coyote Connector

2003-06-30 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: [OT] Dead laptop

2003-06-30 Thread Henri Gomez
jean-frederic clere wrote: Remy Maucherat wrote: Snif, snif, my Sony Vaio GRX laptop is dead :-( I was using it for all my TC development, as well as my email. That means I'll waste some time reconfiguring stuff on my desktop (which I was using as a test machine) before I'm up and running again

DO NOT REPLY [Bug 21176] New: - Continuous Memory Leaks

2003-06-30 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: [OT] Dead laptop

2003-06-30 Thread jean-frederic clere
Remy Maucherat wrote: Snif, snif, my Sony Vaio GRX laptop is dead :-( I was using it for all my TC development, as well as my email. That means I'll waste some time reconfiguring stuff on my desktop (which I was using as a test machine) before I'm up and running again on TC development. As a r

DO NOT REPLY [Bug 21175] - httproot and alias configuration into Coyote Connector

2003-06-30 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

[5.0] Upcoming action items

2003-06-30 Thread Remy Maucherat
* Release plan vote (early this week) * Interim releases: in order to make the end of the month deadline for a beta, new interim releases are needed more often than before (5.0.x has been roughlty on a 2 months interval between releases); therefore, I propose making a new release every two weeks

DO NOT REPLY [Bug 21175] New: - httproot and alias configuration into Coyote Connector

2003-06-30 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