Fork me on GitHub
Cougar

Invocation URLs

Port is usually 8080 unless over-ridden by jetty.http.port.

|What|Where|Notes| | – | — | — | |Service RESCRIPT endpoint|http://localhost:8080/<interfacePath>/v<x>/<operationPath>[?<queryString>]|port is usually 8080 unless overridden (jetty.http.port) interfacePath is defined in RESCRIPT extensions document, and may be omitted entirely x is the major version number of the interface operationPath is defined in the RESCRIPT extensions document | | SOAP Servive WSDL | http://localhost:8080/wsdl/<nameOfServiceBSIDLFile>.wsdl | {color:red}This should be changed to the name of the service and be version-qualified{color} | | SOAP Service Endpoint | http://localhost:8080/<serviceName>Service/vX | - |

Monitoring URLs

WhatWhereNotes
JMX Html Adapter [http://localhost:9999/](http://localhost:9999/) For use by humans
Batch query [http://localhost:9999/administration/batchquery.jsp] | For use by programs such as Nagios scripts, matches the format exposed by [Tornjak](http://localhost:9999/administration/batchquery.jsp] | For use by programs such as Nagios scripts, matches the format exposed by [Tornjak)(http://github.com/betfair/tornjak)
Thread dump [http://localhost:9999/administration/threaddump.jsp](http://localhost:9999/administration/threaddump.jsp) -

Read related documentation.

Health Service URLs

Port is usually 8080 unless over-ridden by jetty.http.port.

WhatWhereNotes
Health check summary (RESCRIPT) [http://localhost:8080/healthcheck/v2/summary](http://localhost:8080/healthcheck/v2/summary) Use this for webping style checks
Health check detail (RESCRIPT) [http://localhost:8080/healthcheck/v2/detailed](http://localhost:8080/healthcheck/v2/detailed)
Health check WSDL [http://localhost:8080/wsdl/CougarHealthService.wsdl](http://localhost:8080/wsdl/CougarHealthService.wsdl)
Health check SOAP Endpoint [http://localhost:8080/HealthService/v2](http://localhost:8080/HealthService/v2)

Read related documentation