Re: Catalina and log4j

2001-04-22 Thread Ceki Gülcü
At 23:04 21.04.2001 -0500, you wrote: Ceki Glc wrote: One important point to remember is that each webapp classloader could load a fresh copy of log4j so that each webapp has its own logging universe. This would significantly increase the memory footprint required for logging in the

RE: 3.2.2b3 mod_jk gets stuck in readFully

2001-04-22 Thread Pogo Com
After quite a bit of struggle, I think I found out what is going on. The problem is that the default configuration of Tomcat does not have enough threads in its thread pool for the default configuration of Apache. This issue would only be apparent if many Apache children were in use. The

Re: Catalina and log4j

2001-04-22 Thread John Gentilin
My two cents as a Log4J User. I use Log4J in my servlets and I think it great. Logging has never been so easy. One issue though, the Configurator class holds it data in a Static variable so two servlets inside the same JVM will each over write the others config. Even since I implemented Log4J I

Re: Catalina and log4j

2001-04-22 Thread Ceki Gülcü
At 21:40 21.04.2001 -0700, you wrote: On Sat, 21 Apr 2001, Glenn Nielsen wrote: Ceki Glc wrote: One important point to remember is that each webapp classloader could load a fresh copy of log4j so that each webapp has its own logging universe. This would significantly increase the

Re: Catalina and log4j

2001-04-22 Thread Ceki Gülcü
At 20:02 21.04.2001 -0700, you wrote: Since I had so shamelessly copied Craig's Services model out of Catalina to use it in another project that never made it, I actually have some experience with this. I had really appreciated the logging in the Catalina framework, because it was always

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/threads Reaper.java

2001-04-22 Thread costin
costin 01/04/21 22:39:54 Modified:src/share/org/apache/tomcat/util/threads Reaper.java Log: Small fix - use interrupt to stop the reaper from sleeping. Revision ChangesPath 1.4 +5 -2 jakarta-tomcat/src/share/org/apache/tomcat/util/threads/Reaper.java

Re: Catalina and log4j

2001-04-22 Thread Craig R. McClanahan
On Sat, 21 Apr 2001, Glenn Nielsen wrote: Ceki, This is welcome news! It isn't clear to me whether the standard servlet API logging methods could use log4j behind the scense to do logging. This would be very nice, especially if you could configure log4j logging for each scope

Re: Catalina and log4j

2001-04-22 Thread Ceki Gülcü
At 17:45 21.04.2001 -0700, you wrote: My two cents as a Log4J User. I use Log4J in my servlets and I think it great. Logging has never been so easy. One issue though, the Configurator class holds it data in a Static variable so two servlets inside the same JVM will each over write the others

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-04-22 Thread costin
costin 01/04/22 08:52:12 Modified:src/shell tomcat.sh Log: Fix for #232, thanks [EMAIL PROTECTED] (Mark Norman) for the report and fix. Submitted by: [EMAIL PROTECTED] (Mark Norman) Revision ChangesPath 1.23 +10 -2 jakarta-tomcat/src/shell/tomcat.sh

Re: [VOTE] New Committer: Bip Thelin

2001-04-22 Thread Remy Maucherat
- Original Message - From: "Kief Morris" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 22, 2001 2:22 AM Subject: [VOTE] New Committer: Bip Thelin I would like to propose Bip Thelin as a new committer. He has made a number of contributions of patches over the past

Re: Access log files in the style of Apache

2001-04-22 Thread cmanolache
Hi Jochen, Thank you for this patch - it is something very needed. I don't think this can make it for 3.2.2 release ( but it can be made available for people to compile as a separate module), but it'll be available for 3.3 ( I hope in the default distribution - but we do have the option of

Bugs 500

2001-04-22 Thread cmanolache
Hi, I finished reviewing bugs marked as LATER with ID500. There are 5 bugs that we should fix for 3.3: 345 - Date header 348 - Security roles 375 - // security checking - revert to paranoid path checks 454 - mod_jk spawning (hunged ) apache processes when tomcat is down ( maybe later -

RE: 3.2.2b3 mod_jk gets stuck in readFully

2001-04-22 Thread Rainer Jung
If 100 is a constraint for the pool size, it should be stated in the Tomcat User's manual, since there it is explained how to increase the pool, but no max is given. I observed Exceptions when using more than 100 threads in the pool, coming from one or two arrays which have fixed size 100 in

Re: Slashdot article

2001-04-22 Thread Jon Stevens
on 4/22/01 1:09 AM, "Kief Morris" [EMAIL PROTECTED] wrote: There's an article on Slashdot about Tomcat. The reader comments show that we've got a PR hill to climb. http://slashdot.org/article.pl?sid=01/04/21/1433254 The number of dissatisfied users is astounding. I especially thought

what is the deal with tomcat 4 and web server connectors??

2001-04-22 Thread Kevin Seguin
Title: what is the deal with tomcat 4 and web server connectors?? i want to move from tomcat 3.x to tomcat 4. i absolutely must be able to use tomcat 4 with netscape/iplanet and microsoft (iis) web servers. as near as i can tell, the only connector that will be available in the foreseeable

cvs commit: jakarta-tomcat-4.0/tester/web/ssidir includeme.txt

2001-04-22 Thread amyroh
amyroh 01/04/22 14:03:47 Modified:tester/web includeme.txt tester/web/golden SSIConfig03.txt SSIFsize02.txt SSIInclude02.txt tester/web/ssidir includeme.txt Log: Remove newline at end of file. Revision ChangesPath

URL mapping and infinite loop problem

2001-04-22 Thread Tushar Kale
Hello: I have following servlet mapping defined in the web.xml file: servlet-mapping servlet-namesecureAction/servlet-name url-pattern/secure/*/url-pattern /servlet-mapping The objective is to activate the secureAction servlet when anyfile in secure directory is accessed. The secureAction

RE: 3.2.2b3 mod_jk gets stuck in readFully

2001-04-22 Thread Pogo Com
Thanks for your help, Marc. Would it be possible to log a message to tomcat.log if the thread pool gets exhausted? I believe the default Apache installation calls for 256 children, so busy sites are going to run into this. A log message suggesting to increase max_threads could save a lot of

[PATCH] mod_jk timestamp and process id logging

2001-04-22 Thread Pogo Com
2) I suggest adding a timestamp to mod_jk-logging in jk_util.c. Logging without a timestamp is not very useful. (change 1 line, add 2 lines) Yes, this is a must-have... the other thing that is really useful is the Apache child process id. That way if one process gets stuck, you can get the id

tomcat 4 and warp/mod_webapp/connectors

2001-04-22 Thread seguin
first of all, let me apologize... i had sent a couple of emails to this list that were formatted in html (by my lovely exchange server) and i didn't even know it... oops. anyways... is there any documentation on warp, mod_webapp and connectors beyond what comes with the distributions? is

tomcat 4 and warp/mod_webapp/connectors

2001-04-22 Thread seguin
first of all, let me apologize... i had sent a couple of emails to this list that were formatted in html (by my lovely exchange server) and i didn't even know it... oops anyways... is there any documentation on warp, mod_webapp and connectors beyond what comes with the distributions? is

Re: [VOTE] New Committer: Bip Thelin

2001-04-22 Thread Craig R. McClanahan
On Sun, 22 Apr 2001, Kief Morris wrote: I would like to propose Bip Thelin as a new committer. He has made a number of contributions of patches over the past several months, including SSI and JDBCRealm, and most recently, is doing solid work on session persistence. Kief +1 Craig

Re: Session expiration vs. passivation

2001-04-22 Thread Craig R. McClanahan
On Sun, 22 Apr 2001, Kief Morris wrote: I'm fixing a problem with PersistentManager which affects how sessions are removed from memory. This will require making a change to StandardSession, which I'd like to get some feedback on. Looking at this issue makes me think that StandardManager is

Accesing MySQL database through Applets

2001-04-22 Thread Dana Marcusanu
I am using Tomcat version 3.2.1. I am trying to connect to a data base from an applet and I am getting the following error: 2001-04-22 05:41:00 - Ctx( /examples ): 404 R( /examples + /jsp/student/org/gjt/ mm/mysql/Driver.class + null) null My driver is in: C:\tomcat\jakarta-tomcat-3.2.1\lib My

Re: [VOTE] New Committer: Bip Thelin

2001-04-22 Thread Amy Roh
- Original Message - From: "Kief Morris" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 22, 2001 2:22 AM Subject: [VOTE] New Committer: Bip Thelin I would like to propose Bip Thelin as a new committer. He has made a number of contributions of patches over the past

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators ErrorHandler.java

2001-04-22 Thread costin
costin 01/04/22 18:21:59 Modified:src/share/org/apache/tomcat/modules/generators ErrorHandler.java Log: Fix for #939 - error in error handling, double "/". Thanks to Ingo Luetkebohle for finding and sending the patch. Submitted by: [EMAIL PROTECTED]

RE: [VOTE] New Committer: Bip Thelin

2001-04-22 Thread Marc Saegesser
+1 -Original Message- From: Kief Morris [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 22, 2001 4:22 AM To: [EMAIL PROTECTED] Subject: [VOTE] New Committer: Bip Thelin I would like to propose Bip Thelin as a new committer. He has made a number of contributions of patches

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util ThreadPool.java

2001-04-22 Thread marcsaeg
marcsaeg01/04/22 19:16:03 Modified:src/share/org/apache/tomcat/util Tag: tomcat_32 ThreadPool.java Log: Added a log message to indicate that the thread pool has been exhausted. The log message will only show up in log levels of INFORMATION and higher.

Re: Catalina and log4j

2001-04-22 Thread Glenn Nielsen
Craig R. McClanahan wrote: On Sat, 21 Apr 2001, Glenn Nielsen wrote: Ceki Gülcü wrote: One important point to remember is that each webapp classloader could load a fresh copy of log4j so that each webapp has its own logging universe. This would significantly increase the