Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
The StarTeam Agile Tomcat service can fail to start under either of the following situations,
First step is to stop the corrupted service. The best way to stop this service is to do the following:
Assigning rights to Apache:
Now that the service has been successfully stopped please go to the directory
C:\Program Files\Borland\StarTeam Agile 2.0\apache-tomcat-7.0.19
right-click and ensure that the directory is not read only and the system has full set of privielges.
Editing the startup batch files:
Browse to the folder
C:\Program Files\Borland\StarTeam Agile 2.0
Open the StarTeamService64.bat in a text editor
The default contents will look as follows:
set JAVA_HOME=C:\Program Files\Borland\Java\Sun1.6.0_29
set PR_JVM=%JAVA_HOME%\bin\server\jvm.dll
set TOMCAT_VERSION=apache-tomcat-7.0.19
Now modify the contents to look as follows:
set JAVA_HOME=C:\Program Files\Borland\Java\Oracle1.7.0_17
set PR_JVM=%JAVA_HOME%\bin\server\jvm.dll << Verify existence…
set TOMCAT_VERSION=apache-tomcat-7.0.47
Open a CMD window and browse to
C:\Program Files\Borland\StarTeam Agile 2.0.
Run the command StarTeamService64 install
This will reinstall Tomcat as a windows service. You can then start the service from the batch files or from the windows service UI