On Fri, Nov 1, 2019 at 1:59 PM Mark Thomas wrote:
>
> On November 1, 2019 3:25:36 PM UTC, Chris Cheshire
> wrote:
> >(Tomcat 9, Debian & Centos Unix)
> >
> >I use systemd to start tomcat with base and home separated using
> >catalina.sh. For the service script, values for JAVA_HOME,
> >CATALINA_
On November 1, 2019 3:25:36 PM UTC, Chris Cheshire wrote:
>(Tomcat 9, Debian & Centos Unix)
>
>I use systemd to start tomcat with base and home separated using
>catalina.sh. For the service script, values for JAVA_HOME,
>CATALINA_HOME, CATALINA_BASE and CATALINA_OUT are defined there.
>
>Inside ca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chris,
On 11/1/19 11:25, Chris Cheshire wrote:
> (Tomcat 9, Debian & Centos Unix)
>
> I use systemd to start tomcat with base and home separated using
> catalina.sh. For the service script, values for JAVA_HOME,
> CATALINA_HOME, CATALINA_BASE and
(Tomcat 9, Debian & Centos Unix)
I use systemd to start tomcat with base and home separated using
catalina.sh. For the service script, values for JAVA_HOME,
CATALINA_HOME, CATALINA_BASE and CATALINA_OUT are defined there.
Inside catalina.sh it says this about CATALINA_OUT
# CATALINA_OUT(Op
Thanks Mark, will do!
-Original Message-
From: Mark Thomas
Sent: Thursday, October 31, 2019 3:04 PM
To: Tomcat Users List ; George Stanchev
Subject: Re: Client Cert TLS issue
On 16/10/2019 18:55, George Stanchev wrote:
> And this is not where it hangs. I stepped through the code thro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Roy,
On 11/1/19 08:23, Roy Zhang wrote:
> I am confused about "keep alive time" value in Embed Tomcat. I am
> using Spring Boot 1.5, embed tomcat version is 8.5.
>
> According to
> https://github.com/spring-projects/spring-boot/issues/16450#issueco
Dear Tomcat experts,
I am confused about "keep alive time" value in Embed Tomcat. I am using
Spring Boot 1.5, embed tomcat version is 8.5.
According to
https://github.com/spring-projects/spring-boot/issues/16450#issuecomment-480236238,
we can't configured thread's "keep alive time" via "maxIdleTi
On 31/10/2019 22:07, Mark Thomas wrote:
>
>
> On 29/10/2019 14:31, Tim K wrote:
>> I'm on Tomcat 9.0.21 on Linux. I have Jsps that get updated while
>> Tomcat is running. I believe development mode is set to true by
>> default, I do not have it set to true or false in the
>> $CATALINA_BASE/conf