We are developing a mobile app using IBM MobileFirst platform.
We compile the code using the command line tool with the command 'mfp build' and deploy it using 'mfp deploy', and we are able to preview the application from the URL mentioned below: http://localhost:xxxxx/worklightconsole/index.html
After doing 'mfp build' I get these 6 files:
- mobapp.war
- mobAppAdapter.adapter
- Dashboard-all.wlapp
- Dashboard-common.wlapp
- Dashboard-desktopbrowser-1.0.wlapp
- Dashboard-ipad-1.2.wlapp
Questions:
- Where can I find the 6 files in 'worklight console'? (or)
- Which other URL I have to refer to verify whether the files have been deployed correctly or not?
Because when I type in 'mfp build' it deploys the files but we are not sure where its getting deployed. We don't have WAS installed instead 'liberty' is used to our knowledge