...
Service | Consumer | Link | Comments |
---|---|---|---|
SCSB UI | All | <environment>:9091 | SCSB's Graphical User Interface (GUI). |
SCSB Swagger | All | <environment>:9093 | SCSB's REST APIs are exposed through this port. Swagger documentation provides information on API parameters and lets users try the services. |
SCSB ActiveMQ Queue | All | <environment>:61616 | External applications using SCSB's services can listen in here for responses from deferred services. |
SCSB ActiveMQ Admin | Development Team | <environment>:8161 | SCSB's ActiveMQ administrator dashboard |
HTC CAS | Internal | <environment>:8080 | The Central Authentication Service (CAS) of HTC is hosted here. |
SCSB Shiro | Internal | <environment>:9092 | Internal Project |
SCSB Circ | Internal | <environment>:9095 | Internal Project |
where, <environment> is
- http://192.168.55.198 - Dev Environment, used by the development team for initial deployment and unit testing purposes
- https://tst-recap.htcinc.com - Test Environment, used by the quality and functional teams for system and functional testing.
- http://uat-recap.htcinc.com - UAT Environment, used by partners to complete User Acceptance Testing
...