ibm mobilefirst - What files will get deployed and where can I find the files in worklight console? -


we developing mobile app using ibm mobilefirst platform.

we compile code using command line tool command 'mfp build' , deploy using 'mfp deploy', , able preview application url mentioned below: http://localhost:xxxxx/worklightconsole/index.html

after doing 'mfp build' these 6 files:

  • mobapp.war
  • mobappadapter.adapter
  • dashboard-all.wlapp
  • dashboard-common.wlapp
  • dashboard-desktopbrowser-1.0.wlapp
  • dashboard-ipad-1.2.wlapp

questions:

  1. where can find 6 files in 'worklight console'? (or)
  2. which other url have refer verify whether files have been deployed correctly or not?

because when type in 'mfp build' deploys files not sure getting deployed. don't have installed instead 'liberty' used our knowledge

the mobilefirst platform cli tool contains embedded websphere liberty profile server inside of it. server , internal database (during development time(!)), artifacts have mentioned deployed to.

you create project ("mfp create").
start server ("mfp start").

you create applications, develop them, etc...
build , deploy server ("mfp build", "mfp deploy").

the resulting files of build command .adapter , .wlapp files.
these deployed using deploy command server's database.

you see these files in console using "mfp console".

the .war file project's runtime, containing metadata required various server operations. file part of server , handled automatically underlying tooling. invisible during development.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -