Using API Portal 10.3 | API Portal Administrator's Guide | Managing API Portal | Starting and Stopping API Portal Components
 
Starting and Stopping API Portal Components
API Portal components can be started and stopped independently, but most components do not work on their own.
Start the ACC and type these commands at the prompt:
Command
Description and Notes
startall
Starts all API Portal components in the correct order.
To monitor the progress, use the list command.
If successful, the system responds: Successfully started all not yet running runnables on node localhost
start instanceId
Starts the specified API Portal component. For example, the command to start the apiportalbundle_s component is:
start apiportalbundle_s
If successful, the system responds: Successfully started runnable apiportalbundle_s on node localhost
If issues arise, ACC returns additional information. For example: Could not start runnable apiportalbundle_s on node localhost: Ant stop exited with 1
stopall
Stops all API Portal components.
To monitor the progress, use the list command.
If successful, the system responds:
Successfully stopped all running runnables on
node localhost.
stop instanceId
Stops the specified API Portal component.
For example, the command to stop the apiportalbundle_s component is:
stop apiportalbundle_s
If successful, the system responds:
Successfully stopped runnable
apiportalbundle_s on node localhost
If issues arise, ACC returns additional information. For example:
Could not stop runnable
apiportalbundle_s on node localhost:
Ant stop exited with 1

Copyright © 2014- 2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.