didn't have any luck on the Mulesoft forums so I'm asking here. I'm new to Mulesoft / Anypoint and this one's been bugging me for a few days. I create a simple Hello World application in Anypoint Studio and try to add it to a new domain project. I add an http:listener-config to the domain, which looks like this:
<http:listener-config name="HTTP_Listener_Configuration" host="localhost" port="8081" doc:name="HTTP Listener Configuration"/>
I then set the domain of the Hello World project to the new domain by selecting it in the mule-project.xml file. I make sure the Hello World Connector Configuration is set to the one coming from Mule Domain. I then right click my domain project and choose publish to MMC, which succeeds. But after deploying it in MMC, I can't see the flows at all. If I remove the domain and publish just Hello World, then I can see the flows. Any help would be greatly appreciated!
Could you deploy the domain manually? Remember, you have to put it in the "domains" folder (Not in "apps" folder).