Starting and stopping DataStax Studio
Prerequisites
Studio requires OpenJDK 8 or Oracle Java 8 (at least 1.8.0_151). Verify that the required Java version is used. See Troubleshooting DataStax Studio.
About this task
Steps to start and stop Studio.
Procedure
-
To start Studio, run the Studio Server shell script:
-
Linux:
cd installation_location/datastax-studio-6.8.0
./bin/server.sh
To start Studio in the background, add
&
at the end of the command:./bin/server.sh &
-
Windows:
C:/> cd installation_location\datastax-studio-6.8.0\bin\
C:/> server.bat
Your result will look similar to:
Studio is now running at: http://127.0.0.1:9091
-
-
To run DataStax Studio, enter this URL in your web browser:
http://URI_running_studio:9091/
-
For DSE running on localhost,
URI_running_studio
is localhost. -
For DSE on another machine,
URI_running_studio
is the hostname or IP address for the remote machine.
-
-
To stop Studio:
On Linux and Mac:
pkill -f studio
On Windows:
Press Ctrl+C to kill the running process.