The projecttracker.py utility provides a command line interface to
control a Project Tracker integration on a TeamForge site.
Overview
You can run this script as the root user to start, stop and get the status of a Project
Tracker instance that is integrated into your site.
Usage
Run this script as follows:
sudo /etc/init.d/projecttracker [command]
For example, use the following command to start the Project Tracker integration:
sudo ./projecttracker start
Commands
The following commands are available for the projectracker.py
script.
Note: "Catalina" is the code name for the integrated Project Tracker feature.
- debug -security
- Debug Catalina with a security manager
- jpda start
- Start Catalina under JPDA debugger
- run
- Start Catalina in the current window
- run -security
- Start in the current window with security manager
- start
- Start Catalina in a separate window
- start -security
- Start in a separate window with security manager
- stop
- Stop Catalina
- stop -force
- Stop Catalina (followed by kill -KILL)
- version
- What version of tomcat are you running?
- restart
- Stop and Start Catalina
- status
- Indicate whether Catalina is running