Re: log4j config

2011-05-16 Thread Konstantin Kolinko
2011/5/17 Bruce Pease : > I have an issue with log4j 1.2.16 where the max file size on the rolling file > appender is not working (also not on 1.2.15)  However, when I go back to my > previous log4j version (1.2.9), the file backups do work.  Was there a config > change, or is this a known issue?  

log4j config

2011-05-16 Thread Bruce Pease
I have an issue with log4j 1.2.16 where the max file size on the rolling file appender is not working (also not on 1.2.15) However, when I go back to my previous log4j version (1.2.9), the file backups do work. Was there a config change, or is this a known issue? My config is below: log4j.ro

Re: TomCat 7 + Socket & Java Version

2011-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micka, On 5/16/2011 12:18 PM, Micka wrote: > I've an application that is running under Tomcat7. > And I 've created a serversocket, in my PC, the application is running > without problem. > But when I place the application in my linux machine, I obser

Re: Canceling Download on IIS7 with ISAPI Redirector 1.2.31 causes 100% CPU usage

2011-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 5/14/2011 4:01 PM, André Warnier wrote: > eurotrans-Verlag wrote: >> However I would expect write() to always throw an IOException when the >> connection to the client is aborted, > > Remember, there are 2 separate connections : the connec

TomCat 7 + Socket & Java Version

2011-05-16 Thread Micka
Hi, I've an application that is running under Tomcat7. And I 've created a serversocket, in my PC, the application is running without problem. But when I place the application in my linux machine, I observed a problem in the socket communication. To check if the client received correctly the data

Re: Tomcat 5.5 doesn't support keep-alive?

2011-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, On 5/16/2011 4:06 AM, Tim Stibbs wrote: > I have a java client that is making a large number of calls to a servlet > running in a web app in tomcat 5.5.28. I have noticed that if the client > process runs for too long, the client machine runs out

Re: How to close all connections in a Tomcat container db connection pool?

2011-05-16 Thread Filip Hanik - Dev Lists
in Tomcat 7 (not sure if backported to 6), you configure a Filip On 5/11/2011 7:55 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dale, On 5/10/2011 7:24 PM, Dale Ogilvie wrote: The cause of the error was the db admin patching a db package underlying one use

Re: Cannot find daemon loader org/apache/commons/daemon/support/DaemonLoader

2011-05-16 Thread James Seymour
On Fri, 13 May 2011 14:17:56 +0100 sebb wrote: [snip] > > Or wait a bit longer - you only posted 2 days ago here. I was going out of town for the next three days, anyway, so why not? But five days on this list, four on the other, and no help. I'm thinking that, by this time, none is likely to b

Tomcat 5.5 doesn't support keep-alive?

2011-05-16 Thread Tim Stibbs
I have a java client that is making a large number of calls to a servlet running in a web app in tomcat 5.5.28. I have noticed that if the client process runs for too long, the client machine runs out of ports throwing a "java.net.BindException: Address already in use: connect". I thought that java