1
I have a specific setting to be performed on catalina.bat, and this setting works perfectly when starting the application server by running the script catalina.bat (or of startup.bat).
However, when starting the windows service running the Tomcat.exe, the configuration is not applied, as if the script catalina.bat was not used by Tomcat.exe.
So what’s the real difference between starting the application server with the tomcat.exe and the catalina.bat/startup.bat?
When executing the tomcat.exe, it ignores the startup settings of catalina.bat?