...
- Open Tomcat Properties. If you need further details on how to do this, see: Tomcat start/ stop, open properties
- Switch to the Java tab.
Add these lines to Java Options:
- Check that the location of the GC (Garbage Collection) log file is correct. This should be in
$JAVA_HOME\logs
. In ; in the examples below, thisC:\tomcat\logs
- Check that the location of the GC (Garbage Collection) log file is correct. This should be in
...
- Add the required memory sizes to Initial Memory Pool and Maximum Memory Pool; see Tomcat planningPlanning for details of estimating Tomcat's memory allocation
- Switch to the General tab to set the Startup Type. If you want to start/stop Tomcat:
- manually, set Manual
- automatically when Windows starts, set Automatic.
...