-
Notifications
You must be signed in to change notification settings - Fork 0
Overall Integration Tests M36
Roland Stühmer edited this page Sep 5, 2013
·
9 revisions
This is a list of port numbers and service endpoints used in the PLAY M36 "Overall" scenario. See also the simulator code.
For the centralized integration all services must use disjoint port numbers on the testing machine:
Machine: XXXXXXXX
Component | Port Number | Endpoint URI |
---|---|---|
EC Registry | 8081 | pnp://localhost:8081/eventclouds-registry |
EC WS | 8082 | http://localhost:8082/proactive/services/EventCloud_management-webservices |
EC WebApp | 5000 | http://localhost:5000/ |
DCEP ProActive PNP | 9150 | n/a |
DCEP ProActive HTTP | 9151 | n/a |
DCEP Querydispatch SOAP | 8084 | http://localhost:8084/play/QueryDispatchApi |
DCEP Querydispatch REST | 8085 | http://localhost:8085/patterns/ |
DSB SOAP | 7084 | dsb.notify.endpoint = http://localhost:7084/petals/services/NotificationConsumerPortService dsb.subscribe.endpoint = http://localhost:7084/petals/services/NotificationProducerPortService dsb.unsubscribe.endpoint = http://localhost:7084/petals/services/SubscriptionManagerPortService |
Tomcat (Governance, ...) | 8080 | play.platform.endpoint = http://localhost:8080/play/api/v1/platform/ play.governance.endpoint = http://localhost:8080/play/api/v1/governance/ play.rdf.endpoint = http://localhost:8080/play/api/v1/rdf/ |
YourComponent | ##### | http://localhost:####/ |