Re: DBCP initialSize

2009-07-06 Thread CrystalCracker
I think you are right. One the evictor runs, the connection guess away. -- View this message in context: http://www.nabble.com/DBCP-initialSize-tp24363334p24363837.html Sent from the Commons - User mailing list archive at Nabble.com.

Re: DBCP initialSize

2009-07-06 Thread Mark Thomas
CrystalCracker wrote: > I am using dbcp with its default settings inside Grails. When the app boots > up, I print out the settings as below, which is as per the DBCP docs. > > maxIdle=8 > defaultCatalog=null > testOnBorrow=false > logwriter=java.io.printwri...@3c4c3922 > defaultTransactionIsolatio

DBCP initialSize

2009-07-06 Thread CrystalCracker
I am dbcp with its default settings inside Grails. When the app boots up, I print out the settings as below, which is as per the DBCP docs. maxIdle=8 defaultCatalog=null testOnBorrow=false logwriter=java.io.printwri...@3c4c3922 defaultTransactionIsolation=-1 validationQuery=null testOnReturn=fals

[IO] IOUtils.copy() never completes

2009-07-06 Thread Will Glass-Husain
Hi, I have a simple servlet that takes an image file from Jackrabbit and sends it to the end user. My servlet retrieves a stream and the uses IOUtils.copy() to send it to the output stream. I'm seeing a number of stuck threads in the Tomcat manager where the request never completes. Any suggest

Carl D. Cyrus/CLE/Sherwin-Williams is out of the office.

2009-07-06 Thread carl . d . cyrus
I will be out of the office starting 07/06/2009 and will not return until 07/08/2009. For MQ Support issues, contact Tim Advent. - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: us

+ % in file name

2009-07-06 Thread Mathias Nilsson
Hi, When trying to upload a file with ( %+ ) characters in file name they are stripped. Here is my code @Override protected void doPost(HttpServletRequest request,HttpServletResponse response) throws ServletException, IOException { FileItemFactory factory = new DiskFile