org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun

2019-08-06 Thread Jason Wee
Hi, we are using tomcat version 8.5.20 and we encounter the following exceptions 24-Jul-2019 23:24:45.398 SEVERE [https-jsse-nio-8443-exec-104] org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun java.lang.IllegalArgumentException at java.nio.Buffer.position(Buffer.java:244) at org.apa

Re: Cluster: Secondary Server's Farm War Deployer fails to move war to deploy directory on

2019-08-06 Thread Motilewa, Musomi
Chris- Thanks for you help. The different file systems was the issue. I moved both the tempDir and watchDirs under /opt and all wars were deployed successfully. Thanks again for your quick response and help in this matter. - Musomi - Original Message - From: "Christopher Schultz"

Re: Cluster: Secondary Server's Farm War Deployer fails to move war to deploy directory on

2019-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Musomi, > Musomi, > > On 8/6/19 11:04, Musomi Motilewa wrote: >> Hi- > >> I'm currently running a two node cluster of Tomcat servers. I'm >> trying to implment Farm War Deployer >> (org.apache.catalina.ha.deploy.FarmWarDeployer) to deploy my war

Re: Cluster: Secondary Server's Farm War Deployer fails to move war to deploy directory on

2019-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Musomi, On 8/6/19 11:04, Musomi Motilewa wrote: > Hi- > > I'm currently running a two node cluster of Tomcat servers. I'm > trying to implment Farm War Deployer > (org.apache.catalina.ha.deploy.FarmWarDeployer) to deploy my war > files to the clust

Re: Support Request for problem with problem running SSL certificate on tomcat 8

2019-08-06 Thread Munzer Khatib
Hi Peter I dont have the private key file. That is created when I create the keystore. I dont know if it can be extracted. Munzer On Tuesday, 6 August 2019, 4:35:51 PM UTC, Peter Kreuser wrote: Hi, > Am 06.08.2019 um 02:42 schrieb Munzer Khatib : > > Hi > Can you help me with this p

RE: [OT] TLSv1.3 in TC8.5 + Azul Java 8

2019-08-06 Thread George Stanchev
So it seems to work. For whoever is interested to try, the openjsse comes prebundled with Azul's distro, all you need to do is run with -XX:+UseOpenJSSE command line option. On TC side, I added "TLSv1.3" to "sslEnabledProtocols": sslEnabledProtocols="+TLSv1 +TLSv1.1 +TLSv1.2 +TLSv1.3" Also not

Re: Support Request for problem with problem running SSL certificate on tomcat 8

2019-08-06 Thread Peter Kreuser
Hi, > Am 06.08.2019 um 02:42 schrieb Munzer Khatib : > > Hi > Can you help me with this problem. > Problem: Installing SSL certificate on Apache Tomcat 8.0.36 fails > I am trying to install a new SSL certificate into Apache tomcat 8.0.36.I ran > same steps ran successfully in 2013 and 2016 on t

Cluster: Secondary Server's Farm War Deployer fails to move war to deploy directory on

2019-08-06 Thread Musomi Motilewa
Hi- I'm currently running a two node cluster of Tomcat servers. I'm trying to implment Farm War Deployer (org.apache.catalina.ha.deploy.FarmWarDeployer) to deploy my war files to the cluster. The deployer is successfully deploying wars on the primary node when placed in the watch directory. On

RE: [OT] TLSv1.3 in TC8.5 + Azul Java 8

2019-08-06 Thread Berneburg, Cris J. - US
-Original Message- From: Christopher Schultz > "things to look into when I retire and my house is totally clean and > my kids are finally out of the house" so of course, I'll never get around to > it. +1 :-) -- Cris Berneburg CACI Lead Software Engineer

Re: Redirecting a naked domain to sub domain

2019-08-06 Thread John Larsen
I usually handle the redirect on the webserver side and set the alias in server.xml to the subdomain. John Larsen On Tue, Aug 6, 2019 at 7:11 AM Simon Funnell wrote: > Hi, > > I was going to do a redirect at my dns provider from the naked domain to > the www subdomain. Unfortunatly this doesn

Redirecting a naked domain to sub domain

2019-08-06 Thread Simon Funnell
Hi, I was going to do a redirect at my dns provider from the naked domain to the www subdomain. Unfortunatly this doesn't really work if it is over https so I am going to have to do the redirect at the host level. My question is, is this what the rewrite valve is for? I was going to set up two hos

Re: HTTP2 Connection Timeout

2019-08-06 Thread Mark Thomas
On 05/08/2019 21:49, Chen Levy wrote: > Hello Experts > > Several of my production servers were recently upgraded from Tomcat 9.0.14 to > 9.0.21; immediately after the upgrade the servers started accumulating memory > and open-files (on Linux) in a steady trend that was not observed before. > Af