CustomPortletStartWeight - cws-khuntly/WebSphere GitHub Wiki
date: 2025-05-08 14:59:23 created: 2025-05-08 14:59:12 categories:
- WebSphere / Server Build / Common Configuration / Portal Servers
for app in $(<portal-server-custom-installables.list); do
${USER_INSTALL_ROOT}/bin/wsadmin.sh -p ${HOME}/workspace/WebSphere/AppServer/wsadmin/wsadmin.properties \
-f /nfs/software/WebSphere/AppServer/wsadmin/scripts/manageApplications.py \
change-start-weight ${app} 50 | tee -a ~/log/wsadmin/appinstall-${app}.log;
done