Changing the multilingual solution context root | HCL Digital Experience Multilingual Solution
The default context root for the multilingual solution application is /wps. With Version 8.5 CF3, you can change this setting to match the HCL Portal context root to better suit the requirements of your organization.
Procedure
- Ensure that the WebSphere®Portal context root is modified as described in Changing the portal URI after an installation.
- Ensure that the WasPassword and PortalAdminPwd passwords are set in the wkplc.properties file.
- Run the following registration command from the
wp_profile_root/ConfigEngine
directory:- Windows™
- ConfigEngine.bat mls-modify-servlet-path
- AIX® HP-UX Linux™ Solaris
- ./ConfigEngine.sh mls-modify-servlet-path
- IBM® i
- ConfigEngine.sh mls-modify-servlet-path
- z/OS®
- ./ConfigEngine.sh mls-modify-servlet-path
- Restart HCL Portal.
- Repeat these steps on every server and cluster node.
- If the Edit-Time Navigation/Creation extension
is being used, for each authoring template that uses the extension:
- Save the authoring template.
- If the Domain Locale Redirection extension
is being used, update the HTTP Server with the new context root.
For example, if you are using the IBM HTTP Server with the following configuration settings and the new context root is /abc:
RewriteRule ^/$ /wps/wcmml/jsp/html/MLServletHomePageRedirection.jsp [PT] RewriteRule ^/en$ /wps/wcm/connect/english/Internet.jsp [PT]
Should be updated to:RewriteRule ^/$ /abc/wcmml/jsp/html/MLServletHomePageRedirection.jsp [PT] RewriteRule ^/en$ /abc/wcm/connect/english/Internet.jsp [PT]