Re: Tomcat 8.5.82

2022-09-22 Thread Rob Sargent
On 9/22/22 14:00, Cannatella, Douglas wrote: Hi All, We are currently using Tomcat 8.5.53 and tried to upgrade patch 8.5.81 & 8.5.82 using Ivanti Patch tool. Our project is using OpenJDK version: 1.8.0_242, Microsoft Framework 4.0.0 running TR/ OneSource Indirect Tax Determination The patch

Tomcat 8.5.82

2022-09-22 Thread Cannatella, Douglas
Hi All, > > We are currently using Tomcat 8.5.53 and tried to upgrade patch 8.5.81 & > 8.5.82 using Ivanti Patch tool. > Our project is using OpenJDK version: 1.8.0_242, Microsoft Framework 4.0.0 > running TR/ OneSource Indirect Tax Determination > The patch has overlayed Tomcat running on the D

RE: which missing file prevents tomcat 10 from starting as windows service ?

2022-09-22 Thread Berneburg, Cris J. - US
Hi Larry (and Thomas) crisb> tried a different major version of Java? Earlier than 11, vendor other than Amazon (Corretto)? LH> Our customer has dictated Java 11, and there were problems LH> using the combination of Oracle Java 11 and jakarta/jaxws For experimental purposes, to try to narrow d

AW: which missing file prevents tomcat 10 from starting as windows service ?

2022-09-22 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, the only dll which was missing ever - as far as I remember - was the c++ runtime: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 The bit-ness must match to your java bit-ness. As it runs as normal user mode its unlikely that a dll is missing. Did y

RE: which missing file prevents tomcat 10 from starting as windows service ?

2022-09-22 Thread Heidt, Larry
Thanks again for everyone’s review – please see my responses below “tried a different major version of Java? Earlier than 11, vendor other than Amazon (Corretto)?” Our customer has dictated Java 11, and there were problems using the combination of Oracle Java 11 and jakarta/jaxws “H

AW: which missing file prevents tomcat 10 from starting as windows service ?

2022-09-22 Thread Thomas Hoffmann (Speed4Trade GmbH)
Short note from my side: WinsxS is the cache for windows updates. You should not copy from that location and also don't mess around with windows internal folders 🙂 Von: Berneburg, Cris J. - US Gesendet: Donnerstag, 22. September 2022 14:38:35 An: Tomcat Users List

Re: Choosing Tomcat version for upgrade

2022-09-22 Thread Mark Thomas
On 22/09/2022 12:21, Gowtham Varma Buddharaju wrote: Hi All, We are currently using Tomcat 8 and want to upgrade as it has reached EOL. Our project uses servlet spec 3.1. I understand upgrading to 8.5 from 8 will be very easy, but till when will 8.5 be supported? If we upgrade to 9 should we upg

RE: which missing file prevents tomcat 10 from starting as windows service ?

2022-09-22 Thread Berneburg, Cris J. - US
Hi Again Larry Sorry, more guesswork on my part. > This file does seem to exist: > c:\Windows\WinSxS\amd64_microsoft-windows-wid-x86_31bf3856ad364e35_10.0.17763.1_none_a9a257b2f2875ecb\msvcr100.dll OT: That seems like a strange location. Is that the Windows startup cache? The file might not b

Choosing Tomcat version for upgrade

2022-09-22 Thread Gowtham Varma Buddharaju
Hi All, We are currently using Tomcat 8 and want to upgrade as it has reached EOL. Our project uses servlet spec 3.1. I understand upgrading to 8.5 from 8 will be very easy, but till when will 8.5 be supported? If we upgrade to 9 should we upgrade servlet spec in our application pom.xml from 3.1 t