- Print
- DarkLight
Tomcat Windows Service Configuration
Tomcat Windows Service Configuration
Here you find the proposed configuration of a Tomcat Windows Service. It is the same configuration that is provided by Comflow Runtime Installer.
All documentation in this page are for port 8181, so change that to your selected port.
Windows Service Java Configuration
The Tomcat Windows Service shall be configured in the following way:

Java Virtual Machine
C:\Corzia\Java\jdk17.0.4\bin\server\jvm.dll
Java Options
-Dcatalina.home=C:\Corzia\Apache\tdk8181
-Dcatalina.base=C:\Corzia\Apache\tdk8181
-Dignore.endorsed.dirs=C:\Corzia\Apache\tdk8181\endorsed
-Djava.io.tmpdir=C:\Corzia\Apache\tdk8181\temp
Java 9 options
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
--add-opens=java.base/java.util.concurrent=ALL-UNNAMED
Inital Memory Pool
Recommeded size is 4096. Minimum is 2048.
Maxiumum Memory Pool
Recommended size is double initial. Minimum is same as initial.