InstallCustomAccessControls - cws-khuntly/WebSphere GitHub Wiki


date: 2025-05-08 15:00:24 created: 2025-05-08 15:00:19 categories:

  • WebSphere / Server Build / Portal Server / Primary Node

Access Controls installation

Login to the Portal host via SSH

Source setupCmdLine.sh:

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

Execute the following commands:

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

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

    -out ${HOME}/log/xmlaccess/InstallAccessControl-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** ⚠️