Post-installation instructions
Prerequisites
You must complete following tasks if you are migrating the Persistent Mobile Foundation (PMF) 9.x and later releases on WebSphere® Application Server (WAS), WebSphere Application Server Network Deployment (WAS-ND) and WebSphere Application Server Liberty.
- Check whether the Jython is at version 2.1.
- Go to
app_server_root/bin
directory and locate the wsadmin script file. - Run the following command to open the shell for admin utility.
./wsadmin.sh
-
Run the following command.
sys.version
If reported version is 2.1 no action is needed, but if the reported version is 2.7 or higher then execute he following command on same terminal where you are going to install the PMF.
./wsadmin.sh -usejython21 true
Post-installation instructions
Following are some mandatory steps for the above software to be completed post-installation.
WebSphere Application Server Liberty
Release 9.2
- Go to
app_server_root/usr/servers/SERVER_INSTANCE/
folder, and locate theconfig.properties
file generated during installation. - Edit the
config.properties
file to change value of theallowed.hostname
property with the IP Address or hostname of the system where PMF is deployed. - Repeat steps #1 and #2 for all the server instances where PMF components are installed.
- Restart all the server instances.
▲For more information on the above properties, see config.properties file parameters.
Last modified on