Starting and stopping components

This topic provides the instructions for starting and stopping components on Windows.
Component Start command and location Stop command and location
Rational® DOORS® Web Access broker broker.start.bat in the directory where you extracted festival-win32.zip when you installed. broker.shutdown.bat in the same directory as broker.start.bat.
Rational DOORS Web Access server server.start.bat in the directory where you extracted festival-win32.zip when you installed. server.shutdown.bat in the same directory as server.start.bat.
interoperation server Start the interoperation server by running it with its command-line attributes in the following format:
doors.exe –interop –data port@myserver –brokerHost myBrokerbrokerPort
where:
  • port is the port number the Rational DOORS database server is using and myserver is the name of the machine where the Rational DOORS database server is installed.
  • myBroker is the name of the machine hosting the broker.
  • brokerPort is the port that the broker is using, which is by default 61616.
Kill the process.
Interface services server server.start.bat in the directory where you extracted festival-win32.zip when you installed. server.shutdown.bat in the same directory as server.start.bat.

Feedback