Script Portlet installation in WebSphere Portal 8.0.0.1 CF11 or on Portal V8.5
I wanted to install Script Portlet into my local WebSphere Portal instance to explore this further and so I followed following steps. To work with Script portlet, you should have the WebSphere Portal 8.0.0.1 CF11 or Portal V8.5. 1. Download the Script portlet paa archive file from Green house catalog from the link - https://greenhouse.lotus.com/plugins/plugincatalog.nsf/assetDetails.xsp?action=editDocument&documentId=DDB5C467D991413285257C67002476E0 2. Un-archive the above downloaded file locally and this should contain the “ scriptportlet-app-x.x-SNAPSHOT.paa” paa file . 3. Go to your Portal profile ConfigEngine directory <WAS_HOME>/<wp_profile>/ConfigEngine and execute following ConfigEngine install-paa command – In Linux or AIX: ./ConfigEngine.sh install-paa -DPAALocation=< paa_file_location> -DWasPassword= password -DPortalAdminPwd=< password> Once above install-paa command executed successfully, then execute deploy-paa comma...