Re: catalina_out env var

2019-11-01 Thread Chris Cheshire
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_

Re: catalina_out env var

2019-11-01 Thread Mark Thomas
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

Re: catalina_out env var

2019-11-01 Thread Christopher Schultz
-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

catalina_out env var

2019-11-01 Thread Chris Cheshire
(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

RE: Client Cert TLS issue

2019-11-01 Thread George Stanchev
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

Re: Question about thread's "keep alive time" value in Embed Tomcat 8.5 in Spring Boot 1.5

2019-11-01 Thread Christopher Schultz
-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

Question about thread's "keep alive time" value in Embed Tomcat 8.5 in Spring Boot 1.5

2019-11-01 Thread Roy Zhang
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

Re: Intermittent JSP Caching/Compiling Issue while under load

2019-11-01 Thread Mark Thomas
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