Starting and stopping components

This topic provides the instructions for starting and stopping components on Solaris.
Component Start command and location Stop command and location
Rational® DOORS® Web Access broker broker.start.sh in the directory where you extracted festival-sol.zip when you installed. broker.shutdown.sh in the same directory as broker.start.sh.
Rational DOORS Web Access server server.start.sh in the directory where you extracted festival-sol.zip when you installed. server.shutdown.sh in the same directory as server.start.sh.
interoperation server Start the interoperation server by running it with its command-line attributes in the following format:
./doors9 –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.sh in the directory where you extracted festival-sol.zip when you installed. server.shutdown.sh in the same directory as server.start.sh.

Feedback