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

  1. 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
  2. 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.

      studio launched
  3. To stop Studio:

    On Linux and Mac:

    pkill -f studio

    On Windows:

    Press Ctrl+C to kill the running process.

Was this helpful?

Give Feedback

How can we improve the documentation?

© 2024 DataStax | Privacy policy | Terms of use

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: +1 (650) 389-6000, info@datastax.com