Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open Tomcat Properties. If you need further details on how to do this, see: Tomcat start/ stop, open properties
  2. Switch to the Java tab.
  3. Add these lines to Java Options:

    Excerpt


    Code Block
    -verbose:gc
    -Djava.awt.headless=true



  4. Add the required memory sizes to Initial Memory Pool and Maximum Memory Pool.; see Tomcat planning for details of estimating Tomcat's memory allocation
  5. 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.

...