Starting and stopping DataStax Studio
Steps to start and stop Studio.
-
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
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
-
-
To stop Studio:
$ pkill -f studio