Setting Up the StarTeam Web Server as a Microsoft Windows Service

If running the StarTeam Web Server as a Microsoft Windows service, change the following parameters in the file StarTeamService32.bat for 32-bit installations or StarTeamService64.bat for 64-bit installation first:

  1. JvmMx - The maximum memory provided to the StarTeam Web Server. The value should be specified in MB; the default value is 4096.
  2. Startup - Determines if the Microsoft Windows service will start up automatically or manually. The default value is auto and can be changed to manual.
  3. Prior to running StarTeamService.bat, set the CATALINA_HOME environment variable on Microsoft Windows to point to <Install Directory>.
  4. To set up the StarTeam Web Server as a Microsoft Windows service, run <Install Directory>/StarTeamService32.bat or <Install Directory>/StarTeamService64.bat.

To remove the StarTeam Web Server as a Microsoft Windows service, run <Install Directory>/service.bat remove located in the installation folder.

See http://tomcat.apache.org for documentation.