Starting and stopping DataStax Studio
Steps for starting and stopping Studio.
Steps to start and stop Studio.
Procedure
-
To start Studio, run the Studio Server shell script:
- Linux:
cd DSE_installation_directory/datastax-studio-2.0.0 $ ./bin/server.sh
./bin/server.sh
Tip: To start Studio in the background, add an ampersand (&) at the end of the command:./bin/server.sh &
- Windows:
C:/> DSE_installation_directory\datastax-studio-2.0.0\bin\server.bat
Your result will look similar to:Studio is now running at: http://127.0.0.1:9091
- Linux:
-
To stop Studio:
pkill -f studio