Page History
Step | Activity | How to Do It | OK |
|---|
Install LANSA for i on the target IBM i application server | If LANSA for i is not installed on your target system, use the LANSA CD to install it. Note that the LANSA system has to be on the same version and EPC level as the system on which the deployment material was created. | Follow the instructions in Install or Upgrade LANSA on IBM i Guide. |
...
Import deployment material to the application server | Use LANSA's import facility to install everything from the save file Bnn_ALL to the appropriate partition on the target machine. | Use the option Import objects into this partition of the LANSA Housekeeping menu. Check that the import was successful. |
Restore the non-LANSA objects | If your application contains non-LANSA objects, restore everything from the Bnn_OMn files into the appropriate IBM i library on the target system. | Use the RSTOBJ command to restore library-based objects from the save file. For example: RSTOBJ OBJ(*ALL) SAVLIB(B01_OM1) DEV(*SAVF) SAVF(B01_OM1) |
Execute the Framework application | Execute the VLF-ONE application. | Typically starting URLs are formatted like this: http://<host>/<lansa system>/<partition>/<entry point web page>?Lang=<language code>&FrameworkID=<framework id> For example: http://localhost/MyLansaSystem/PRD/MY_OEXEC.html?Lang=ENG&FrameworkID=MY_VLFONE_SYSTEM |
...