Skip to content

Commit

Permalink
Update running-different-port.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantshekhar committed Jan 2, 2018
1 parent d69562d commit ae06a5e
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Running Sparkflows Fire on a Another Port
-----------------------------------------

If you choose to run the FIRE project on a port other than the default 8080 (http) and 8443 (https), please follow the following instructions for configuring http and https ports:
If you choose to run the FIRE project on a port other than the default 8080 (http) and 8443 (https), please follow the following instructions for ``configuring http and https ports``::

* Navigate to the conf folder under Sparkflows install directory
* Open application.properties file:
- Navigate to the conf folder under Sparkflows install directory
- Open application.properties file:

* Configure http and https port numbers: Default 8080 for http and 8443 for https
* http.port=8080
* https.port=8443
* Restart Fire Server using run-fire-server.sh or run-fire-server.bat depending on the environment (Unix/Linux or Windows)
- Configure http and https port numbers: Default 8080 for http and 8443 for https
- http.port=8080
- https.port=8443
- Restart Fire Server using run-fire-server.sh or run-fire-server.bat depending on the environment (Unix/Linux or Windows)



0 comments on commit ae06a5e

Please sign in to comment.