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