Re: mod_rewrite encoding behavior when migrating from 8.0.33 to 8.5.5

2016-09-19 Thread Tiago Oliveira
Mark, will checkout from trunk and test it. I think i can handle the build, no problem. Is 8.5.6 release date already set ? Thanks a lot. 2016-09-19 17:41 GMT-03:00 Mark Thomas : > On 19/09/2016 21:21, Mark Thomas wrote: > > On 19/09/2016 20:06, Tiago Oliveira wrote: > >>

RE: TLS 1.2 Handshake on Tomcat 7.0.39 Getting Internal Error: Key format must be RAW

2016-09-19 Thread Dono Harjanto
Hi Chris, > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Monday, September 19, 2016 1:24 PM > To: Tomcat Users List > Subject: Re: TLS 1.2 Handshake on Tomcat 7.0.39 Getting Internal Error: Key > format must be RAW

Re: mod_rewrite encoding behavior when migrating from 8.0.33 to 8.5.5

2016-09-19 Thread Mark Thomas
On 19/09/2016 21:21, Mark Thomas wrote: > On 19/09/2016 20:06, Tiago Oliveira wrote: >> Hello, >> >> >> I'm currently migrating from tomcat 8.0.33 to 8.5.5, as stated in the >> subject, but have stumbled in an unexpected behavior when using the >> RewriteValve. I tested in two diferent OS (ubuntu

Re: Custom class loader

2016-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Erwan, On 9/19/16 11:36 AM, Erwan Cancouet wrote: > Hi, > > i'm using Tomcat 7.0.70 on ubuntu 15.10. > > I have created a SampleClassLoader : > > package com.axway.tnt.compliance; > > import org.apache.catalina.loader.WebappClassLoader; > >

Re: [OT] Getting DH parameters from an SSLSocket

2016-09-19 Thread Mark Thomas
On 19/09/2016 21:20, Christopher Schultz wrote: > All, > > On 8/31/16 12:45 PM, Christopher Schultz wrote: >> All, > >> This isn't Tomcat-related, but many folks on this list have this >> kind of experience, so I'm asking in case anyone knows. > >> I'd like to make an HTTPS connection to a

Re: TLS 1.2 Handshake on Tomcat 7.0.39 Getting Internal Error: Key format must be RAW

2016-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dono, On 9/19/16 12:45 PM, Dono Harjanto wrote: > Hi All, > > > We have a web app deployed on 3 different servers, all running > Tomcat 7.0.39 and Java 8 (update 101/102). Here is the operating > system on each server: > > - Production: CentOS

Re: mod_rewrite encoding behavior when migrating from 8.0.33 to 8.5.5

2016-09-19 Thread Mark Thomas
On 19/09/2016 20:06, Tiago Oliveira wrote: > Hello, > > > I'm currently migrating from tomcat 8.0.33 to 8.5.5, as stated in the > subject, but have stumbled in an unexpected behavior when using the > RewriteValve. I tested in two diferent OS (ubuntu 16.04 LTS and Centos 6.7). Sorry about that.

Re: [OT] Getting DH parameters from an SSLSocket

2016-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 8/31/16 12:45 PM, Christopher Schultz wrote: > All, > > This isn't Tomcat-related, but many folks on this list have this > kind of experience, so I'm asking in case anyone knows. > > I'd like to make an HTTPS connection to a server and,

Re: SQLExceptions after stopping Tomcat

2016-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yuval, On 9/19/16 2:55 AM, Yuval Schwartz wrote: > Hello Chris, > > On Sat, Sep 17, 2016 at 7:40 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Yuval, > > On 9/16/16 2:33 PM, Yuval Schwartz wrote: Hey Chris,

mod_rewrite encoding behavior when migrating from 8.0.33 to 8.5.5

2016-09-19 Thread Tiago Oliveira
Hello, I'm currently migrating from tomcat 8.0.33 to 8.5.5, as stated in the subject, but have stumbled in an unexpected behavior when using the RewriteValve. I tested in two diferent OS (ubuntu 16.04 LTS and Centos 6.7). This is the content of my WEB-INF/rewrite.config (Valve configured inside

TLS 1.2 Handshake on Tomcat 7.0.39 Getting Internal Error: Key format must be RAW

2016-09-19 Thread Dono Harjanto
Hi All, We have a web app deployed on 3 different servers, all running Tomcat 7.0.39 and Java 8 (update 101/102). Here is the operating system on each server: - Production: CentOS 6.4 - Staging 1: CentOS 6.5 - Staging 2: CentOS 6.7 When we accessed the web app on Production server, we were

Custom class loader

2016-09-19 Thread Erwan Cancouet
Hi, i'm using Tomcat 7.0.70 on ubuntu 15.10. I have created a SampleClassLoader : package com.axway.tnt.compliance; import org.apache.catalina.loader.WebappClassLoader; import java.io.File; import java.io.IOException; public class SampleClassLoader extends WebappClassLoader { public

Re: Tomcat 8.5.5: SecureNioChannel.handshake throws NullPointerException during server startup

2016-09-19 Thread Avanish Kant
Thanks Remy for your input. May I know the related ticket# and when version 8.5.6 is expected to be released? On Sep 19, 2016 5:48 PM, R?my Maucherat wrote: 2016-09-19 11:54 GMT+02:00 Avanish Kant : > Extra bit of information that may help: > One change that I

Re: Tomcat 8.5.5: SecureNioChannel.handshake throws NullPointerException during server startup

2016-09-19 Thread Rémy Maucherat
2016-09-19 11:54 GMT+02:00 Avanish Kant : > Extra bit of information that may help: > One change that I did try is to change "Http11NioProtocol" to > "Http11Nio2Protocol" just to see how it goes and noticed that this > Exception is not thrown for NIO2. > > I am suspecting that I

Tomcat 8.5.5: SecureNioChannel.handshake throws NullPointerException during server startup

2016-09-19 Thread Avanish Kant
When Tomcat 8.5.5 got released recently, I was working on upgrading my existing app from Tomcat 8.5.4 to 8.5.5. It seems that server startup goes through fine with message (INFO: Server startup in 16323 ms) printed at the end, and I am even able to access the application fine. My only concern

Re: SQLExceptions after stopping Tomcat

2016-09-19 Thread Yuval Schwartz
Hello Chris, On Sat, Sep 17, 2016 at 7:40 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Yuval, > > On 9/16/16 2:33 PM, Yuval Schwartz wrote: > > Hey Chris, > > > > You have a line in your link that reads: > > > > // if you