Versions Compared

Key

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

...

You must configure the service wrapper before using it to start Tomcat.

  1. Click Configure 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.
  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.

...