-
Hi all, This should be basic, but I've looked around as much as possible and used egrep everywhere. While doing the integratin between Apicurio and Microcks (which is fully working), the link from Apicurio points to Microcks API (port 8080 in this case) instead of 4200. And on the Microcks UI the url/port for the Mock URL points to 4200 instead of 8080.. Clearly somewhere this is mixed.. Any ideas? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi there, You're right: Microcks is using 2 ports when running in development mode ( Best, |
Beta Was this translation helpful? Give feedback.
Hi there,
You're right: Microcks is using 2 ports when running in development mode (
4200
for UI and8080
for server). Apicurio Studio is intended to be connected to a Microcks instance running in prod mode that's using just 1 port - typically8080
(UI part is embedded in server in that mode).Best,