Re: slow or timeout with client certificate and some http client against tomcat 8.5 with Nio2 OpenSSL implementation

2018-05-01 Thread Hugh H
Hi Mark, Here are the logs you requested client: https://1drv.ms/t/s!Aii8T4l0bnqVlyAuRIjSuluBe8vy server: https://1drv.ms/u/s!Aii8T4l0bnqVlx-TGo6I0dMXZxG1 I checked the system clock right before my testing and the server and the client are synchronized. Thanks, Hugh On May 1, 2018, at 9:31

Insert key-store implementation into Tomcat Connector

2018-05-01 Thread Mark Boon
In the Tomcat TLS Connecter configuration, there’s the trustManagerClassName that can be set to a Java implementation of the X509TrustManager interface. There’s also a configuration called keystoreFile from which it will read the certificate-key pair to set up the SSL connection. I was wondering

Information on sessionCacheSize !

2018-05-01 Thread Utkarsh Dave
Hello Team and Tomcat users, I am trying to gather more information and the effect of parameter "sessionCacheSize" in server.xml for a ssl connector. I see this from the documentation "The number of SSL sessions to maintain in the session cache." If i do not add this parameter...my tomcat slows do

Problem finding native shared library (.so)

2018-05-01 Thread Reynolds, Scott
Hi, I'm trying to deploy a webapp to Tomcat 8.0.39 on CentOS 7 x86_64 that depends on native shared libraries. I can't install the shared libraries in a system-wide location because there are multiple applications/webapps being deployed to this system that use different versions of the same na

Re: tomcat9 j_security_check request.getRequestURI() incorrect after POST

2018-05-01 Thread Dirk Ooms
apologies for the incomplete info. it is tomcat 9.0.6 i will try to set up a test case and get back to you. dirk On 1 May 2018 at 16:07, Mark Thomas wrote: > On 01/05/18 14:36, Dirk Ooms wrote: > > Hello, > > > > i did an upgrade from tomcat5.5 to tomcat9 and i'm using > j_security_check. > >

Re: slow or timeout with client certificate and some http client against tomcat 8.5 with Nio2 OpenSSL implementation

2018-05-01 Thread Rémy Maucherat
On Tue, May 1, 2018 at 3:31 PM Mark Thomas wrote: > On 01/05/18 03:11, 旭东 胡 wrote: > > Hi Mark, > > > > Unfortunately, 8.5.31 does not resolve my issue. You can find the > catalina.out log by https://1drv.ms/u/s!Aii8T4l0bnqVlx0mqtHngJ_1OvRo. > > From my client log the timeout occurs: > > 1. betw

Re: tomcat9 j_security_check request.getRequestURI() incorrect after POST

2018-05-01 Thread Mark Thomas
On 01/05/18 14:36, Dirk Ooms wrote: > Hello, > > i did an upgrade from tomcat5.5 to tomcat9 and i'm using j_security_check. > > in tomcat5.5 when a user was not logged in and he/she requested a url, the > login page was returned and after logging in the user was given the > requested resource. wh

tomcat9 j_security_check request.getRequestURI() incorrect after POST

2018-05-01 Thread Dirk Ooms
Hello, i did an upgrade from tomcat5.5 to tomcat9 and i'm using j_security_check. in tomcat5.5 when a user was not logged in and he/she requested a url, the login page was returned and after logging in the user was given the requested resource. when i requested request.getRequestURI() in my code

Re: slow or timeout with client certificate and some http client against tomcat 8.5 with Nio2 OpenSSL implementation

2018-05-01 Thread Mark Thomas
On 01/05/18 03:11, 旭东 胡 wrote: > Hi Mark, > > Unfortunately, 8.5.31 does not resolve my issue. You can find the > catalina.out log by https://1drv.ms/u/s!Aii8T4l0bnqVlx0mqtHngJ_1OvRo. > From my client log the timeout occurs: > 1. between 15:03:48 and 15:04:48 > 2. between 15:04:48 and 15:05:48

ApacheCon North America 2018 schedule is now live.

2018-05-01 Thread Rich Bowen
Dear Apache Enthusiast, We are pleased to announce our schedule for ApacheCon North America 2018. ApacheCon will be held September 23-27 at the Montreal Marriott Chateau Champlain in Montreal, Canada. Registration is open! The early bird rate of $575 lasts until July 21, at which time it goe

TC 8.5.27 clustering doesn't work as described(?) and expected

2018-05-01 Thread Stefan Hall
Hi, I've probably read everything in the last few days and tried even more, but it won't work. I need your experience. First, my expectations of the Tomcat Cluster 1. session failover when a Tomcat dies (simulated via kill -9) 2. session failover when I close a Tomcat (via shutdown.sh or si