Linux deployment error

1
We are trying to install the linux deployment however after installing the mendix software on the linux platform we receive the following error when starting the m2ee deployment tool. mxnode/mxjar_repo is not specified! How can we solve this error?
asked
2 answers
4

(assuming you're using a recent version of m2ee-tools)

You need to have the following config file: /etc/m2ee/m2ee.yaml

with the following contents:

mxnode:
 # mxjar_repo, containing directories with version-numbering, which contain
 # mxruntime and m2ee-server directories with java libraries
 mxjar_repo: /usr/local/share/mendix/

the /usr/local/share/mendix/ dir (or whatever you've filled in there) needs to contain the runtime(s) that you plan on running.

answered
0

I install Mendix on my own server.

answered