Starting and Stopping the SAS Object Spawner and the SAS Web Application Server

Before you can open SAS Studio, you must start the SAS Object Spawner and the SAS Web Application Server. You then need to stop these services before you re-install, upgrade, or reconfigure SAS Studio.
The scripts that you use to re-install, upgrade, or reconfigure are located in the configuration directory that you specified when you installed the SAS Studio Basic edition. For example, to run the script that stops all services, enter SAS-configuration-directory/sasstudio.sh stop.
You can use these commands:
Command
Description
sasstudio start
starts all services.
sasstudio stop
stops all services.
sasstudio status
shows the status of the services.
sasstudio restart
restarts the services.
You can also start, stop, or restart only the SAS Object Spawner or only the SAS Web Application Server. Examples of these commands are sasstudio stop webapp and sasstudio restart spawner.