-
Notifications
You must be signed in to change notification settings - Fork 15
4 Start Up and Shut Down
AlyonaRybakova edited this page Aug 1, 2019
·
1 revision
-
Navigate to the <Deployed Tomcat>\bin folder;
-
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.
-
Navigate to the <Deployed Tomcat>\bin folder;
-
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.
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.