I have successfully mocked a service in a composit project and set it to start automatically using project.getRestMockServiceByName("FCC_MockService").start() in groovy script, but whenever reloading/opening the projct a copy/virtual mock from the original one will be started and run.
Is there a way to prevent generating this copy mock service. Please see screenshots...