UpdateWebResourcesLibrary - cws-khuntly/WebSphere GitHub Wiki
date: 2025-05-08 14:11:46 created: 2025-05-08 14:11:39 categories:
- WebSphere / Server Build / Portal Server / Primary Node / Change Portal URI
Log on to Digital Experience Portal.
Go to Web Content Authoring.
Under Preferences, select Edit Shared Settings.
Under Library Selection, add Web Resources v70 to the Selected Libraries list.
Click OK.
Under Item Views, select All Items > All > Components > JSP.
Select every JSP component from the Web Resources v70 library and then click Edit.
Update the Path field for every JSP component with the new context root path.
The JSP path includes two parts, which are separated by a semi-colon. The first part is the context path to the HCL Web Content Manager extensions web application and then the second part is the path to the JSP. Update the path to the web application.
Change:
- Existing value: /wcmextension;.*
- New value: /${CONTEXT_ROOT}/wcmextension;.*