Tomcat 5.5.7 using builtin JDBC connection pool, can't access 'real' connection - accessToUnderlyingConnectionAllowed=true

2005-02-25 Thread Bernd Bartke
Hi there, did anybody manage to access the underlying 'real' database connection? I have got to use the PostgreSQL LargeObject API and therefore I need access to the delegated connection. But after several hours of trial and error I lost my motivation ... It seems like: - doesn't do anything:

Rejecting connections: empty http header if maxProcessors reached

2003-12-24 Thread Bernd Bartke
Hi, what is the desired behaviour if tomcat 4.1.29 rejects incoming requests because of maxProcessors reached? Should tomcat return an empty http header? To simulate the expected load on tomcat 4.1.29 I wrote a java client which starts conurrent threads accessing the web resource: ...