Deploiment in AWS , Azure

0
Hi all, I am trying to create a deploiment environment in the cloud (Azure  or AWS) . On both platforms I succeeded to create a VM. so far so good. But when it comes to deploy my mda file (m2ee → unpack xxx.mda) it says          Mendix Runtime not found for version 8.2.2.60770. You can try downloading it using the download_runtime command. And when I enter the command download_runtime it gives this error: ERROR: Checking download url http://cdn.mendix.com/runtime/mendix-8.2.2.60770.tar.gz failed, HTTP status code 403 How can I solve this problem?
asked
3 answers
2

Fortunatly , I've found the location.

the tar.gz file has to be unpacked in /srv/app/runtimes.

Thanks Ludo,  for your contribution !

answered
0

Seems like the forbidden error came from the S missing in the link. It should be a HTTPS connection instead of HTTP.

Try this link:

https://cdn.mendix.com/runtime/mendix-8.2.2.60770.tar.gz

answered
0

Thanks Ludo.

That might be the problem. But on my Linux VM I run the tool m2ee and that will look for the MX runtime version by itself. I have no influence on the URL it is using.

Do you know the directory to where I can unpack this runtime version in Linux so that m2ee will find it?

answered