Installing MobileFirst Platform Server v7.1 on WAS ND - Step 8

MFP STUDIO


So, we have the MFP product .war files installed. We now need a Runtime.war file from an MFP project to install into the WAS server.

To do this, we need to have Eclipse installed onto a desktop or laptop machine. The Eclipse environment will need to have the MFP plug-in downloaded and installed.

I created a very simple test01 Hybrid project. It just has 1 button that calls an adapter that returns a fixed piece of JSON data. It really is basic.

But, what it does provide us with is the Runtime .war file that we need to install into the WAS server.
It also provides us with the .wlapp and .adapter files for adding to the Runtime once it is setup.








Comments