Skip to content

Trooper Services Web Console

Devashish Shankar edited this page Jun 13, 2013 · 3 revisions

The Trooper Services Web Console is a web-based console available to primarily monitor services. It can be used to view various metrics relating to the deployed services. Also, it can be used to test the services by supplying an XML file of service request. It displays a service response as an XML. Note that this console is enabled only when the Trooper runtime is started in server mode in bootstrap.xml

The features available on this console as illustrated on this page.

  • The home page of the web-console is available at http://<server host>:8184/services when the Trooper Service profile runtime is started. It displays all services that are deployed. It also displays the various metrics regarding the services. A JSON version of this page is available by appending .json at the end of the URL Services listing

  • The configuration page can be used to view, modify, or test services. Configuration Home View Configuration Edit Configuration

  • The Services testing page allows testing of services by giving an XML input. The output response is displayed in an XML format Services testing Service response