AW: Tomcat 5.5.25 DBCP SQLException: Already closed.

2007-12-11 Thread Eickvonder Bjoern
an already closed connection is a no-op. Doesn't > look like > an exception should be thrown here. > > Probably your best bet is to ask the DBCP folks since tomcat > uses there > code directly with only a refactoring of the package name. > > --David > > Eick

Tomcat 5.5.25 DHCP SQLException: Already closed.

2007-11-30 Thread Eickvonder Bjoern
Hi, I just discovered a minor difference in the DHCP implementation used in Tomcat 5.5.25 vs. 5.5.23 and I'd like to know if it is a bug or a feature. I use conncetion pooling with minIdle>0 (but no validationQuery), so a few connection will remain open all day long. If the database now closes th

AW: Connection Pooling

2006-11-13 Thread Eickvonder Bjoern
Hi, > >type="javax.sql.DataSource" > maxActive="50" maxIdle="30" maxWait="1" > removeAbandoned="true" > removeAbandonedTimeout="10" logAbandoned="true" > username="root" password="letmein2006" > driverClass

CPU usage and response time

2006-08-12 Thread Eickvonder Bjoern
Hi, my webapplication (running on tomcat 5.5.17 - windows) application has a considerably high cpu usage even if there are only a few users active. I know I should search for bottlenecks and so on, but I have a more general question. Is the following formula correct? (response time if 100% CPU w

users digest attachment problem

2006-07-09 Thread Eickvonder Bjoern
Hi, I've subscribed the tomcat users digest mailing list, so that I regulary receive one mail containing the single messages as attachments. Now since the 26.06.2006 the attachments do neither show the subject, nor the from-address any more. All attachments are listed as "Unbenannte Anlage" (unnam

tomcat/linux no xserver problem

2006-02-05 Thread Eickvonder Bjoern
Hi, one of our customers is using tomcat 5.0.28 with jdk 1.4.2_05 on linux without a running xserver. In fact there is not even one installed. Now our application produces the following exceptions on generating pdfs using fop: 1.) java.lang.UnsatisfiedLinkError: /usr/java/j2sdk1.4.2_05/jre/lib/i3

AW: Question regarding tomcat class path handling

2006-01-10 Thread Eickvonder Bjoern
> 3. You might even wish to see if you could copy classes into > the classes folder while Tomcat is running. That way the web > apps would get reloaded. You'd need to configure Tomcat to > recognize the Web apps to be reloadable, of course. Or you might use an ant build-file which first stops t

AW: Howto delete a file with a servlet???

2005-12-07 Thread Eickvonder Bjoern
Hello, > -Ursprüngliche Nachricht- > Von: Anne Milbert [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 7. Dezember 2005 17:13 > An: Tomcat Users List > Betreff: Howto delete a file with a servlet??? > > Hi anyone, > > I'd like to delete a file with a servlet. I tried it with the > dele

AW: Where should I store my static content in a clustered environment

2005-11-24 Thread Eickvonder Bjoern
> treat static pages separately from dynamic webapps. In other > words, you can't bundle static pages with your war files. > > ND > > -Original Message- > From: Eickvonder Bjoern [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 23, 2005 4:23 AM > To: users@to

AW: Where should I store my static content in a clustered environment

2005-11-24 Thread Eickvonder Bjoern
mcat is not > really designed to server static pages. Apache httpd can > also serve as a LB. In this case, certainly you have to > treat static pages separately from dynamic webapps. In other > words, you can't bundle static pages with your war files. > > ND >

Where should I store my static content in a clustered environment

2005-11-23 Thread Eickvonder Bjoern
Hi, lets start with describing my current task where I would appreciate any advice from you. I have to construct a clustered system (with lots of webservers) that has few dynamic pages but a lot of static ones, whereby all resources have to be protected by security-constraints of a webapp (so lett