0

Currently i'm using eclipse with MobileFirst Studio for developing mobilefirst platform foundation projects.
I want to use the live reload (automatic war re-deploy to server when files change), but when using the mobilefirst platform CLI. Is this possible?

Idan Adar
  • 44,156
  • 13
  • 50
  • 89

1 Answers1

0

The MFP CLI does not provide an auto-reload of the .war file after a change made to files that typically reside in the server/ folder of the MFPF project. A manual mfp stop/start is required.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89