how to deploy multiple apps on mendix runtime onpremise on linux box using m2ee tools

0
Hi I have deployed one app(mda) on mendix runtime onPremise. I am trying to deploy another app on the same box using a different appbase, but m2ee tools gives a message – mendix runtime is already running Can you please help on how can i deploy multiple apps on same linux box Thank you.
asked
1 answers
2

You’ll need to make sure that the runtime is using a different port.

Have a look at https://github.com/mendix/m2ee-tools/blob/master/doc/configure.md for more information on setting up the ports.

answered