Starting and stopping DataStax Studio
Starting and stopping DataStax Studio.
Prerequisites
Steps to start and stop Studio.
Procedure
-
To start Studio, run the Studio Server shell script:
- Linux:
cd installation_location/datastax-studio-6.0.0
./bin/server.sh
Tip: To start Studio in the background, add & at the end of the command:./bin/server.sh &
- Windows:
C:/> installation_location\datastax-studio-6.0.0\bin\
C:/> server.bat
Your result will look similar to:Studio is now running at: http://127.0.0.1:9091
- Linux:
-
To run DataStax Studio, enter this URL in your web browser:
http://URI_running_DSE:9091/
- For DSE running on localhost, URI_running_DSE is localhost.
- For DSE on another machine, URI_running_DSE is the hostname or IP address for the remote machine.
-
To stop Studio:
pkill -f studio