ApacheCon Asia 2021 is calling for Presentations!

2021-04-20 Thread Huxing Zhang
Hi All, ApacheCon Asia is coming virtually this August 6 - 8. The CFP will end on Monday, May 3rd, 2021 8:00 AM (Beijing time - UTC +8). More details could be found here: https://apachecon.com/acasia2021/cfp.html If you have concern with the date and time, please remember that there is no need

RE: Tomcat 9: Application in not starting with TrustStore attributes

2021-04-20 Thread Palod, Manish
Thanks John, I will debug this further with pointers you have provided. Thanks Manish -Original Message- From: john.e.gr...@wellsfargo.com.INVALID Sent: Tuesday, April 20, 2021 7:27 PM To: users@tomcat.apache.org Subject: RE: Tomcat 9: Application in not starting with TrustStore attrib

Re: Is there a way to know/infer that a JSP got freshly compiled from a taglib library ?

2021-04-20 Thread Christopher Schultz
Rony, On 4/20/21 07:06, Rony G. Flatscher (Apache) wrote: Hi Chris, On 19.04.2021 17:32, Christopher Schultz wrote: On 4/18/21 08:06, Rony G. Flatscher (Apache) wrote: On 11.03.2021 12:23, Rony G. Flatscher (Apache) wrote: On 11.03.2021 11:53, Mark Thomas wrote: On 10/03/2021 15:14, Rony G

Re: Making non-Java binareis available to Tomcat, how about ...

2021-04-20 Thread Christopher Schultz
Rony, On 4/20/21 06:46, Rony G. Flatscher (Apache) wrote: CATALINA_OPTS is about passing on Java options and System property definitions, if not mistaken. Correct. When bringing non-Java binaries into the picture then they work in the process environment where e.g. PATH defines which direc

RE: Tomcat 9: Application in not starting with TrustStore attributes

2021-04-20 Thread John.E.Gregg
Manish, > -Original Message- > From: Palod, Manish > Sent: Tuesday, April 20, 2021 8:37 AM > To: users@tomcat.apache.org > Subject: Tomcat 9: Application in not starting with TrustStore attributes > > Hi, > > We are in process of upgrading Tomcat 7 to Tomcat 9 and stuck with Trust > sto

Tomcat 9: Application in not starting with TrustStore attributes

2021-04-20 Thread Palod, Manish
Hi, We are in process of upgrading Tomcat 7 to Tomcat 9 and stuck with Trust store settings for Client certificate, following is the connector setting: Application is working properly when truststoreFile, truststorePassword and truststoreType attrib

Re: Is there a way to know/infer that a JSP got freshly compiled from a taglib library ?

2021-04-20 Thread Rony G. Flatscher (Apache)
Hi Chris, On 19.04.2021 17:32, Christopher Schultz wrote: > > On 4/18/21 08:06, Rony G. Flatscher (Apache) wrote: >> On 11.03.2021 12:23, Rony G. Flatscher (Apache) wrote: >>> On 11.03.2021 11:53, Mark Thomas wrote: On 10/03/2021 15:14, Rony G. Flatscher (Apache) wrote: > Is there a way t

Re: Making non-Java binareis available to Tomcat, how about ...

2021-04-20 Thread Rony G. Flatscher (Apache)
Hi Chris, CATALINA_OPTS is about passing on Java options and System property definitions, if not mistaken. When bringing non-Java binaries into the picture then they work in the process environment where e.g. PATH defines which directories are looked up for finding executables (which might be i