Re: Tomcat 8: NPE in InternalNioOutputBuffer.java:234

2014-12-03 Thread Mark Thomas
On 03/12/2014 00:52, Mark Kolich wrote: On Tue, Dec 2, 2014 at 3:02 PM, Mark Thomas ma...@apache.org wrote: On 02/12/2014 22:40, Mark Kolich wrote: On Tue, Dec 2, 2014 at 2:04 PM, Mark Thomas ma...@apache.org wrote: On 02/12/2014 20:41, Mark Kolich wrote: snip/

Re: TLS Fallback SCSV - Tomcat 7.0.x

2014-12-03 Thread Mark Thomas
On 03/12/2014 06:24, Manas Ranjan Behera03 wrote: Dear Team, The tomcat version is apache-tomcat-7.0.11 in Windows 32 bit OS. Then you have bigger problems than SSLv3: http://tomcat.apache.org/security-7.html Please suggest us configuration for disabling SSLv3

Re: tomcat7-maven-plugin and mail

2014-12-03 Thread James Green
The war itself deploys to a Tomcat instance on a testing machine just fine - that Tomcat includes the javamail and activation in it's installation hence they are declared as provided in our project's POM. This boils down to not knowing if the extra dependencies within the maven plugin are

Tomcat JDBC connection pool: Using initSql together with validatorClassName

2014-12-03 Thread Iris Hupkens
Hello, I am using the Tomcat JDBC connection pool (version 7.0.55) as a stand-alone library. The connection pool is configured with a custom validator class in order to use the JDBC4 isValid method for connection validation. I would also like to use initSql to perform some preparation on all

Re: CloseReason 1002

2014-12-03 Thread Jason Ricles
Here is the wireshark of the binary data that is being transferred over. 00 00 00 00 00 00 00 00 00 00 00 00 86 dd 60 00 ..`. 0010 00 00 5c 15 06 40 00 00 00 00 00 00 00 00 00 00 ..\..@.. 0020 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00

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:

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

2014-12-03 Thread Filip Hanik
You should be able to run init SQL commands yourself in your custom validator https://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/tomcat/jdbc/pool/Validator.html On Wed, Dec 3, 2014 at 11:42 AM, Wes Clark wcl...@guidewire.com wrote: These actions seems to incorrectly conflated in the