Skip to content

4 Start Up and Shut Down

AlyonaRybakova edited this page Aug 1, 2019 · 1 revision

4 Start Up and Shut Down

4.1 Sailfish Backend Start

  1. Navigate to the <Deployed Tomcat>\bin folder;

  2. Run the “startup.sh” file.

If you have the Windows operating system, - you will need to run .bat batches instead of .sh ones. All other operations should be the same.

4.2 Sailfish Backend Shutdown

  1. Navigate to the <Deployed Tomcat>\bin folder;

  2. Run the “shutdown.sh” file.

If you have the Windows operating system, - you will need to run .bat batches instead of .sh ones. All other operations should be the same.

4.3 Sailfish WEB UI

Open the URL in your browser (e.g. http://localhost:8080/sfgui/ ) where:

  • host is the IP of the computer where Sailfish back-end was started (usually, it is localhost);
  • port is the Apache port. The default value is 8080 and can be modified in the “server.xml” file of <Deployed Tomcat>\conf\ in the "Connector port="8080" protocol="HTTP/1.1" line;
  • sfgui – is a directory with extracted “sfgui.war” file from the Sailfish core distributive.

The Main Sailfish web page will be displayed.