Starting and stopping TextChart Studio
i2 TextChart Studio is a web application that runs on the (included) Jetty web server, on the user's workstation. The application must be running before the user can access it through their web browser.
The commands for starting and stopping the TextChart Studio application are slightly different, depending on whether the user has a Windows, Linux, or macOS workstation.
Note: On all platforms, to restart the TextChart Studio application, use the "stop" and "start" commands in sequence.
Windows
To start TextChart Studio on Microsoft Windows:
From the Start menu, select TextChart Studio Start. Alternatively, open a command window, navigate to the installation directory, and run the following command:
rosokastudio.bat start
To stop TextChart Studio:
From the Start menu, select TextChart Studio Stop. Alternatively, run the following command:
rosokastudio.bat stop
Linux
To start TextChart Studio on Linux:
From the installation directory, run the following command:
./rosokastudio.sh start
To stop TextChart Studio:
From the installation directory, run the following command:
./rosokastudio.sh stop
macOS
On Apple macOS, you can use the same commands for starting and stopping TextChart Studio as on Linux. i2 also provides commands that you can run from the Finder.
To start TextChart Studio on macOS:
Double-click the StartStudio.command file in the installation directory.
To stop TextChart Studio:
Double-click the StopStudio.command file in the installation directory.