Posts

Showing posts from January, 2015

Installing and Un-installing Portal Application Archive (PAA) file

Basically .paa file installation process consists of two steps, install and deploy. 1. Copy the .paa file into some temp directory in your Portal box in case of installing the portal application archive file. 2. Open a command prompt and navigate to Portal profile ConfigEngine directory <WAS_HOME>/<wp_profile>/ConfigEngine and execute following ConfigEngine install-paa command – a) Installation of the .paa file In Linux or AIX ------------------- ./ConfigEngine.sh install-paa -DPAALocation=<paa_file_location> -DWasPassword=<password> -DPortalAdminPwd=<password> ./ConfigEngine.sh deploy-paa -DappName=<paa_app_name> -DWasPassword=<password> -DPortalAdminPwd=<password> In Windows: ---------------- ConfigEngine.bat install-paa -DPAALocation=<paa_file_location> -DWasPassword=<password> -DPortalAdminPwd=<password> ConfigEngine.bat deploy-paa -DappName=<paa_app_name> -DWasPassword=...