RE: Tomcat JDBC connection pool: Using initSql together with validatorClassName

2014-12-03 Thread Wes Clark
These actions seems to incorrectly conflated in the code. I'd also like to do the same thing, so if you get it working, keep me posted. -Original Message- From: Iris Hupkens [mailto:i.hupk...@topdesk.com] Sent: Wednesday, December 03, 2014 5:14 AM To: 'users@tomcat.apache.org' Subject:

FW: Question on Tomcat JDBC Connection Pool

2014-08-18 Thread Wes Clark
to:ch...@christopherschultz.net] Sent: Tuesday, August 12, 2014 8:28 PM To: Tomcat Users List Subject: Re: Question on Tomcat JDBC Connection Pool -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Wes, On 8/12/14, 5:26 PM, Wes Clark wrote: > (If the answer differs between Tomcat 7 and Tomcat 8, please not

Question on Tomcat JDBC Connection Pool

2014-08-12 Thread Wes Clark
(If the answer differs between Tomcat 7 and Tomcat 8, please note that.) When a SQL exception occurs, often the database connection will be broken and should be evicted from the pool. In our code, we call this "marking the connection for death". We do this because we don't want to set the "te

RE: Tomcat JDBC Connection Pool initialization question

2014-07-24 Thread Wes Clark
lix.schumac...@internetallee.de] Sent: Tuesday, July 22, 2014 11:07 PM To: Tomcat Users List Subject: Re: Tomcat JDBC Connection Pool initialization question On 23. Juli 2014 01:20:27 MESZ, Wes Clark wrote: >I want to initialized a new connection being added to the pool with >more than

Tomcat JDBC Connection Pool initialization question

2014-07-22 Thread Wes Clark
I want to initialized a new connection being added to the pool with more than one SQL statement. I cannot see how to override the existing methods to do this. Has anyone done this, or have a suggestion for me?

Re: 1.2.37 connector and IIS 7.5

2013-07-16 Thread Wes Novack
ly not supported and won't work? If anyone has heard of this type of scenario working successfully somewhere, please do let me know. -- Thank you, WN On Tue, Jul 16, 2013 at 3:16 PM, Mark Eggers wrote: > On 7/16/2013 1:47 PM, Wes Novack wrote: > >> Hi all, >> >> I

1.2.37 connector and IIS 7.5

2013-07-16 Thread Wes Novack
Hi all, I am trying to get the latest 32 bit Tomcat 1.2.37 connector for IIS ( jakarta / isapi_redirect.dll ) to play nicely on Windows Server 2008 R2 (64 bit) and IIS 7.5. I installed JRE 7 update 25 (32 bit) , then installed the Apache Tomcat 7.0.42 using the Windows installer EXE. I then downl

Re: Re: Hiding JSP Pages

2008-06-25 Thread Wes Strater
ut the invoker. Looking at the invoker code, I see it trying to load the JSP page as a class and failing completely before it gets to the code that loads it as a JSP. Wes. - To start a new topic, e-mail: users@tomcat.apache.

Re: Split-brain problem.

2008-04-08 Thread wes
ide should be "unreachable" to the load balancer, and thus should not have any more requests directed to them until they become reachable again. -wes On 4/8/08, Ch Praveena <[EMAIL PROTECTED]> wrote: > > Thankyou Marcus, > But let me know the reasons for the occurence of the