-
Notifications
You must be signed in to change notification settings - Fork 31
Verify App is Running
shmurthy62 edited this page Feb 11, 2015
·
2 revisions
Once done with creating your application, next step would be to Run (programming lingo) it. Now to verify if all is well we got to check if Publisher is publishing data, Subscriber is sending data..!
Open your browser and enter http://127.0.0.1/<port #>
in the address bar. You mentioned the port # as an argument when Starting the Publisher/Subscriber. Default management port is 9999. In order to run both subscriber and publisher apps on same node you need to use different management ports. You can override the default with a "-p" option.
Jetstream will expose components via Rest style and you can use browser to check the state, config and metrics of each component.