uot;%CATALINA_HOME%" ^
--JvmOptions9 "some long list of -D options"
One thing to note is that, with OpenJDK 8, the JRE was included in the JDK
but from OpenJDK 11 they have removed it and is not part of the JDK.
Therefore, with 8 the --Jvm flag was pointing to
C:\app\java\jre\bin\jvm.dll but now after the upgrade it is
C:\app\java\bin\jvm.dll
Looking for your advice here.
Thanks!
Decarbon
On Fri, Jan 19, 2024 at 4:05 PM Decarbon wrote:
> Hi all,
>
> I have been installing and running a Windows Service using Tomcat 9.0.83
> on OpenJDK 8 just fine. But when I moved to OpenJDK 11, specifically
> microsoft-jdk-11.0.21-windows-x64.zip, the Service always fails to s
On Fri, Jan 19, 2024 at 4:13 PM Decarbon wrote:
> On Fri, Jan 19, 2024 at 4:05 PM Decarbon
> wrote:
>
>> Hi all,
>>
>> I have been installing and running a Windows Service using Tomcat 9.0.83
>> on OpenJDK 8 just fine. But when I moved to OpenJDK 11, spec