How to run two projects locally at once

0
Dear smart users, I'm currently busy in a project team to develop three different actors in a network which all have their own Mendix project. We're now trying to integrate and test the webservices but unfortunately we're not always able to work on the project at the same time. Is there a way to run several mendix projects locally? I know there's a way to run 'apllications' locally, but once you run a project it automatically closes the other. (https://world.mendix.com/display/howto40/Run+two+applications+locally+at+once) With kind regards, Marco
asked
3 answers
1

You will need to start the Modeler twice (or more times) and use a different port number for each application.

answered
-1

Yes, as stated in the in the how to link, you can specify different port numbers to run multiple apps locally at the same time. What do you mean by:

but once you run a project it automatically closes the other.

Are you running on the same database?

answered
-1

Change the admin port for each project.

 

Project > Setting >Configurations tab, Edit > Server tab > change the admin port > ok > run 

answered