Versions Compared

Key

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

...

The recommended installation directory is C:\tomcat. Tomcat's installation directory is referred to as <tomcat>/ in this documentation.

Configuring Tomcat

TermWeb need more heap space than the 64MB that is allocated to the Java virtual machine by default. The recommended value is 512MB or higher, but it should not exceed the amount of physical RAM available.

To increase heap space memory in Windows installations started from .bat file:

  1. In <tomcat>/bin directory, open the setenv.bat file, or create a new file if it doesn't exist.
  2. Add or modify the line 
    set JAVA_OPTS="-Xmx512m"

To increase heap space memory in Windows installations running as a service:

  1. Open Start Menu > Apache Tomcat > Configure Apache Tomcat
  2. Select the Java tab
  3. Enter the max heap size in the Maximum memory pool field
  4. Click Ok

Database connection

When Tomcat is installed, please refer to Connecting TermWeb to a Database for setting up and configuring the database.

...