We currently run the tomcat 8.5 as windows service. How is it possible to pass over a java property i.e. via -D parameter to the startup of the service?
- do we can pass over a parameter through the service properties dialogue "startup parameters" of the windows operating system (Service Manager). If yes what would be the syntax?
- do we need to hard code that property somewhere in the startup bat files of tomcat, if yes which ones?
- other possibilities i.e. system variable like CATALINA OPTS?
Thank you and regards Mark