Deploying mule application through Maven Let’s see how we can Deploy mule application on Cloudhub through Maven Please check JAVA and MAVEN specific environment variables are properly configured Run java command and check JAVA_HOME is pointing to correct JDK Run mvn command and check M2_HOME is pointing to correct Maven directory We…
Read MoreManually deploy application on Cloudhub To show how we can Manually deploy an application on Cloudhub, Let’s create Mule Project as helloworld in Anypoint studio Export mule application from Anypoint studio Right click on mule project -> Export Make sure you have selected “Include project modules and dependencies” as we have to…
Read MoreDeploy Mule Application ON Cloudhub Using Anypoint Studio In this tutorial we will demonstrate how can we Deploy Mule Application On Cloudhub Using Anypoint Studio You can deploy your applications directly from Studio to CloudHub. This option is helpful if you want to test your application while developing it. Note: You can deploy application…
Read MoreDeploy to on-premise esb through Cloudhub To Show how we can Deploy to on-premise esb through Cloudhub, First we have to download mule runtime and register it with Cloudhub Download mule runtime esb binary file from the below link and unzip it in local directory https://www.mulesoft.com/lp/dl/mule-esb-enterprise Set Environment Variable – Mule_Home=D:\MuleSoft\On-premise\mule-ee-distribution-standalone-4.2.2\mule-enterprise-standalone-4.2.2 Login in to…
Read More