Reputation: 33
We just had installed the latest iFix (7.0.0.0-MFPF-Server-IF201611140235) in our app server. Upon checking the version in the MFP Console, it still in the previous version. I've checked the directory /opt/IBM/MobileFirst_Platform_Server/WorklightServer, and found that the .war files not been updated. I've check the installation history and it shows that I successfully installed/updated it. I also noticed that the file worklight-jee-library.jar still in the previous version.
How should I refresh the files? Looks like the installation is not updating the .war files and libraries.
Thanks, Jonathan
Upvotes: 0
Views: 174
Reputation: 44516
From the comments:
What we did is to manually copy the WAR and JAR files to Tomcat folders (/webapps and/ lib). It is now showing the correct version in the console. We recompile the app using this iFix version (IF201611140235), and deploy the new app WAR file to the server.
Upvotes: 1