Re: Fwd: Reverse proxy and SSL redirect

2020-07-01 Thread rugman66 .
On Wed, Jul 1, 2020 at 3:26 AM Mark Thomas wrote: > > On 01/07/2020 00:41, rugman66 . wrote: > > On Wed, Apr 22, 2020 at 9:21 AM Mark Thomas wrote: > >> > >> On 22/04/2020 00:11, rugman66 . wrote: > >> > >> > >> > >>>Tomcat log (I'm trying to get more debug level logging) > >>>

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
On Wed, Jul 1, 2020 at 5:24 PM calder wrote: > On Wed, Jul 1, 2020, 15:32 Sean Neeley wrote: > > > I tried switching from Java 1.8 to Java 11 to see if that makes a > > difference. Now the VM Thread is using a lot less CPU: > > > > PID USER PR NIVIRTRESSHR S %CPU %MEM

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread calder
On Wed, Jul 1, 2020, 15:32 Sean Neeley wrote: > I tried switching from Java 1.8 to Java 11 to see if that makes a > difference. Now the VM Thread is using a lot less CPU: > > PID USER PR NIVIRTRESSHR S %CPU %MEM TIME+ COMMAND > 2320 tomcat20 0 4659072 47872

Re: Problem with JarScanFilter, maybe a bug?

2020-07-01 Thread Mark Thomas
On 01/07/2020 20:28, Vitor Medina Cruz wrote: > On Wed, Jul 1, 2020 at 3:19 PM Mark Thomas wrote: > >> On 01/07/2020 18:09, Vitor Medina Cruz wrote: >>> On Wed, Jul 1, 2020 at 7:46 AM Mark Thomas wrote: >>> On 30/06/2020 14:19, Vitor Medina Cruz wrote: > Hello, > > I am trying

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
I tried switching from Java 1.8 to Java 11 to see if that makes a difference. Now the VM Thread is using a lot less CPU: PID USER PR NIVIRTRESSHR S %CPU %MEM TIME+ COMMAND 2320 tomcat20 0 4659072 47872 19904 R 99.9 0.6 22:15.16 java 2326 tomcat20 0

Re: Problem with JarScanFilter, maybe a bug?

2020-07-01 Thread Vitor Medina Cruz
On Wed, Jul 1, 2020 at 3:19 PM Mark Thomas wrote: > On 01/07/2020 18:09, Vitor Medina Cruz wrote: > > On Wed, Jul 1, 2020 at 7:46 AM Mark Thomas wrote: > > > >> On 30/06/2020 14:19, Vitor Medina Cruz wrote: > >>> Hello, > >>> > >>> I am trying to configure Tomcat in a way that it makes SCI

Re: Problem with JarScanFilter, maybe a bug?

2020-07-01 Thread Mark Thomas
On 01/07/2020 18:09, Vitor Medina Cruz wrote: > On Wed, Jul 1, 2020 at 7:46 AM Mark Thomas wrote: > >> On 30/06/2020 14:19, Vitor Medina Cruz wrote: >>> Hello, >>> >>> I am trying to configure Tomcat in a way that it makes SCI scan only in >>> jars I explicitly specify to. I followed

RE: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread John.E.Gregg
Sean, > -Original Message- > From: Sean Neeley > Sent: Wednesday, July 01, 2020 12:26 PM > To: Tomcat Users List > Subject: Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc > > John, The top two processes are: > > PID USER PR NIVIRTRESSHR S %CPU

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
John, The top two processes are: PID USER PR NIVIRTRESSHR S %CPU %MEM TIME+ COMMAND 19360 tomcat20 0 3302144 42560 18944 R 99.9 0.5 46:02.37 java 19363 tomcat20 0 3302144 42560 18944 R 98.4 0.5 45:48.50 VM Thread I tried kill -3 on both of them, plus

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
Permissions of /var/log/tomcat look fine: drwxrwx---. 2 tomcat root 4096 Jul 1 08:34 tomcat And it is creating the logs, they are just empty: -rw-r--r-- 1 tomcat tomcat0 Jul 1 08:34 catalina.2020-07-01.log -rw-r--r-- 1 tomcat tomcat0 Jul 1 08:34 host-manager.2020-07-01.log

RE: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread John.E.Gregg
Sean, > -Original Message- > From: Sean Neeley > Sent: Wednesday, July 01, 2020 11:15 AM > To: users@tomcat.apache.org > Subject: Having trouble with tomcat 7 installation on RHEL 7.8 power pc > > I just installed tomcat 7 on a Red Hat Enterprise Linux Server 7.8, power pc > system. As

Re: Problem with JarScanFilter, maybe a bug?

2020-07-01 Thread Vitor Medina Cruz
On Wed, Jul 1, 2020 at 7:46 AM Mark Thomas wrote: > On 30/06/2020 14:19, Vitor Medina Cruz wrote: > > Hello, > > > > I am trying to configure Tomcat in a way that it makes SCI scan only in > > jars I explicitly specify to. I followed instructions from > >

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread calder
On Wed, Jul 1, 2020, 11:15 Sean Neeley wrote: > I just installed tomcat 7 on a Red Hat Enterprise Linux Server 7.8, power > pc system. As soon as the service starts, the java process uses 100% cpu. > Logs get created in /var/log/tomcat, but they all have size 0 bytes. I > have not modified the

Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
I just installed tomcat 7 on a Red Hat Enterprise Linux Server 7.8, power pc system. As soon as the service starts, the java process uses 100% cpu. Logs get created in /var/log/tomcat, but they all have size 0 bytes. I have not modified the standard configuration (tomcat.conf, server.xml, etc).

Re: Problem with JarScanFilter, maybe a bug?

2020-07-01 Thread Mark Thomas
On 30/06/2020 14:19, Vitor Medina Cruz wrote: > Hello, > > I am trying to configure Tomcat in a way that it makes SCI scan only in > jars I explicitly specify to. I followed instructions from > https://tomcat.apache.org/tomcat-8.5-doc/config/jar-scan-filter.htm, in > both Tomcat 8 and 9, but

Re: Tomcat session replication

2020-07-01 Thread Thomas Meyer
Am 1. Juli 2020 12:21:46 MESZ schrieb Mark Thomas : >On 01/07/2020 11:19, Thomas Meyer wrote: >> Am 30. Juni 2020 11:07:36 MESZ schrieb Mark Thomas >: >>> On 29/06/2020 21:41, Christopher Schultz wrote: Mark, On 6/27/20 05:29, Mark Thomas wrote: > On 27/06/2020 10:19, Thomas

Re: Fwd: Reverse proxy and SSL redirect

2020-07-01 Thread Mark Thomas
On 01/07/2020 00:41, rugman66 . wrote: > On Wed, Apr 22, 2020 at 9:21 AM Mark Thomas wrote: >> >> On 22/04/2020 00:11, rugman66 . wrote: >> >> >> >>>Tomcat log (I'm trying to get more debug level logging) >>> 2020-04-21 13:39:33 INFO app.CompletionRestController >>>

Re: Tomcat session replication

2020-07-01 Thread Mark Thomas
On 01/07/2020 11:19, Thomas Meyer wrote: > Am 30. Juni 2020 11:07:36 MESZ schrieb Mark Thomas : >> On 29/06/2020 21:41, Christopher Schultz wrote: >>> Mark, >>> >>> On 6/27/20 05:29, Mark Thomas wrote: On 27/06/2020 10:19, Thomas Meyer wrote: > Hi, > > A few questions regarding

Re: Tomcat session replication

2020-07-01 Thread Thomas Meyer
Am 30. Juni 2020 11:07:36 MESZ schrieb Mark Thomas : >On 29/06/2020 21:41, Christopher Schultz wrote: >> Mark, >> >> On 6/27/20 05:29, Mark Thomas wrote: >>> On 27/06/2020 10:19, Thomas Meyer wrote: Hi, A few questions regarding tomcat session replication: >> >>> load-balancing

SameSite attribute handling

2020-07-01 Thread S Abirami
Hi All, We can add the samesite attribute in set-cookie header through context.xml entry in tomcat. Is there any other way, can we add samesite attribute in response of set-cookie header. Context changes reflecting issue in tenable vulnerable. Hence looking for any other way. I tried with