Running two parallel localhost Mendix native applications on the same machine

0
Hi All,   is it possible to Run two parallel localhost Mendix native applications on the same machine.   We are able to run two parallel localhost web applications not Native.   Error:  System.AggregateException: One or more errors occurred. (Unable to start native packager) ---> Mendix.Modeler.Deployment.Native.UnableToStartNativePackagerException: Unable to start native packager at Mendix.Modeler.WebUI.Deployment.Native.Packager.NativePackagerManager.StartServing() in Mendix.Modeler.WebUI\Deployment\Native\Packager\NativePackagerManager.cs:line 82 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Mendix.Modeler.Deployment.Local.LocalRunner.DoLaunchNativePackager() in Mendix.Modeler.Deployment\Local\LocalRunner.cs:line 339 at Mendix.Modeler.Utility.BackgroundUtil.<>c__DisplayClass0_0.<Do>b__0() in Mendix.Modeler.Utility\BackgroundUtil.cs:line 16 at Mendix.Modeler.Utility.BackgroundUtil.<>c__DisplayClass1_0`1.<Do>b__0(Object s, DoWorkEventArgs e) in Mendix.Modeler.Utility\BackgroundUtil.cs:line 29 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)      
asked
2 answers
0

As far as I know it's not possible because both native applications will use port 8083 for debugging.

answered
0

Hi  Vijaybir,

Please refer screenshot below and change the port number.

 

go to app settings -> Configurations -> Edit configurations -> server

 

image.png

 

answered