RE: Unexpected messages in commons-daemon.log Tomcat 10.0.17

2022-05-25 Thread Orendt, John
Hi I recently transitioned from Tomcat Version 10.0.14 to 10.0.17 on Windows 10, server 2016, and server 2019 Version 10.0.14 was good, Version 10.0.17 also has Unexpected messages in commons-daemon.log Is there a fix? John Orendt john.p.ore...@medtronic.com -Original Message- From:

RE: AW: Tomcat 9 cannot start on windows 10 as service

2022-02-09 Thread Orendt, John
Hi I used service.bat with Tomcat 9 & 10. Works well when run as admin John Orendt john.p.ore...@medtronic.com -Original Message- From: Thomas Hoffmann (Speed4Trade GmbH) Sent: Wednesday, February 9, 2022 12:58 PM To: Tomcat Users List ; W Subject: AW: AW: Tomcat 9 cannot start on win

RE: Tomcat 9 Encrpytion of JDBC

2022-01-20 Thread Orendt, John
types. Internet Banking does exist. John Orendt john.p.ore...@medtronic.com -Original Message- From: Christopher Schultz Sent: Tuesday, January 18, 2022 11:32 AM To: users@tomcat.apache.org Subject: Re: Tomcat 9 Encrpytion of JDBC John, On 1/18/22 08:37, Orendt, John wrote: > Secr

RE: Tomcat 9 Encrpytion of JDBC

2022-01-18 Thread Orendt, John
Hi All Secrets are more secure with the use of a Trusted Platform Module (TPM) and / or a Hardware Security Module (HSM). Secrets need to be protected both at rest and in transit. John Orendt john.p.ore...@medtronic.com -Original Message- From: Alan F Sent: Friday, January 14, 2022 2

Tomcat 10 and import org.apache.commons.fileupload.FileItem problem

2021-05-14 Thread Orendt, John
Hi I found sample code for an UploadServlet with these imports import org.apache.commons.fileupload.FileItem; import org.apache.commons.fileupload.disk.DiskFileItemFactory; import org.apache.commons.fileupload.servlet.ServletFileUpload; This worked well with Tomcat 9. However, when I switched t

Tomcat, maybe Apache on Widows 10

2021-04-09 Thread Orendt, John
Hi My goal is to set up a web server on Windows 10 that supports TLSv1.3 with mutual authentication. I have had success with Apache on Ubuntu 20.04. I was able to generate the server and client x509 leaf certs which apache validates up the chain of trust and actually does refuse the connection