Re: [4.1.x] Next release

2003-07-10 Thread Ronald Klop
Hello, About the 4.1.25 tagging which is taking place. What is going to be the status of http gzip compression in 4.1.25? See bug 18073. Or will there follow a 4.1.26-BETA in the near future with some enhanced functionality? Greetings, Ronald. On Wednesday 02 April 2003 11:37, Remy Maucherat

Re: decrease idle threads in the pool faster...

2003-07-02 Thread Ronald Klop
Carlos Rodríguez Colino wrote: Hi all... I have just installed Tomcat 4.1 on a Solaris box and I have realized a surprising effect: Thread pool creates new threads quickly when a request burst arrives, but the freeing when they become idle is very slow (besides, the computer is almost ful

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)

Re: Patches for catalina.sh

2003-06-25 Thread Ronald Klop
And while your at it can you look at the double '=' in: > + -Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy \ See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20859. Greetings, Ronald. Noel J. Bergman wrote: The attached patches are for catalina.sh under both the jakarta-to

tagpool wrong constructor?

2003-03-26 Thread Ronald Klop
Hello, In a pre-compiled jsp the following constructor of TagHandlerPool is called. public searchagenda_jsp() { _jspx_tagPool_bn_getConnection_id_database = new org.apache.jasper.runtime.TagHandlerPool(); } But in the code of TagHandlerPool this is noted: public TagHandlerPool() {

maxThreads reached

2003-03-25 Thread Ronald Klop
Hello, Sometimes I get the error 'maxThreads reached...'. Is there a way to see which requests are being processed at that moment? This could really help in debugging and analyzing this. Or a possibility to write a dump of actice requests to the log. Greetings, Ronald.

Re: [VOTE] [4.1.24] Stability rating

2003-03-20 Thread Ronald Klop
Remy Maucherat wrote: [ ] Alpha [ ] Beta [ ] Stable (GA) Remy Maybe bug 18073 can be solved before this. It's a trivial solution for making compression="on" working. But is's not a critical bug. And maybe text/css and text/javascript can be added to compressableMimeTypes in http11/src/java/org

jspc packaging fails?

2003-03-04 Thread Ronald Klop
Hello, I'm trying the 'packaged jsp' of jspc. And I hope I understand it well. Using ant 1.5.2 and Tomcat 4.1.21: While http-getting /progs/broker/searchobject.jsp I get the next error: javax.servlet.ServletException: org/apache/jsp/searchobject_jsp (wrong name: progs/broke

Users get wrong session after reload.

2003-02-18 Thread Ronald Klop
Hello, We are using Tomcat 4.1.18 here. If we reload our application, sometimes a user gets a session of somebody else. Big problem. I think the problem is here: In ...catalina.session.JDBCStore.java, line 507, there is this code. preparedLoadSql.setString(1, id); rst =

Re: BASIC authentication in Tomcat+IIS (one useful information)

2002-10-31 Thread Ronald Klop
, but i am not sure and in any case I have no idea how to set realm authentication in IIS. I hope someone can help me to solve this problem. Thanks a lot in advance! Luca -- To unsubscribe, e-mail: For additional commands, e-mail: -- Ronald Klop, Amsterdam, The