InstallCustomApplications - cws-khuntly/WebSphere GitHub Wiki


date: 2025-05-08 15:00:50 created: 2025-05-08 15:00:06 categories:

  • WebSphere / Server Build / Portal Server / Primary Node

Pre-deployed Application installations

Login to the Portal host via SSH

Source setupCmdLine.sh:

source /opt/IBM/WebSphere/profiles/${PROFILE_NAME}/bin/setupCmdLine.sh


${USER_INSTALL_ROOT}/PortalServer/bin/xmlaccess.sh \

    -in /nfs/software/WebSphere/PortalServer/xmlaccess/InstallPortalApplications.xml \

    -out ${HOME}/log/xmlaccess/InstallPortalApplications-output.xml \

    -url https://localhost:10042/${CONTEXT_ROOT}/config \

    -truststore ${USER_INSTALL_ROOT}/etc/trust.p12  -trustpwd WebAS -trusttype PKCS12\

    -useEncryptedCredentials ${HOME}/workspace/WebSphere/PortalServer/properties/${ENV}/xmlaccess.properties

⚠️ **GitHub.com Fallback** ⚠️