Sunday, 4 January 2015

Working with MLS in web content managment

MLS :- Multilingual site contains information localized across different users and different languages. MLS is available out of the box from portal8.0.0.1 and for below versions. We need to download it from greenhouse.

Step1(Registering MLS to portal) :-  To register you can run below two tasks{Make sure WasPassword and PortalAdminPwd is set in wkplc file before running below tasks}

  • ConfigEngine.bat register-wcm-mls
  • ConfigEngine.bat deploy-wcm-mls

Step2(Registering to virtual portal ):-  If you have virtual portal you need run below extra config engine task.

ConfigEngine.bat import-wcm-mls-data  -DVirtualPortalContext=dpath

Step3(Configuring Meber fixer tool ) :-  Run below task for Member fixer tool.

ConfigEngine.bat run-wcm-admin-task-member-fixer -DPortalAdminId=wpsadmin -DPortalAdminPwd=wpsadmin -DWasUserId=wpsadmin -DWasPassword=wpsadmin -Dlibrary=MLConfiguration_v7 -Dfix=true -DinvalidDn=update -DmismatchedId=update -DaltDn=update

Step4 :- Now navigate to administration you can find MLS copy link under administration using which we can copy library's from one language to other.

No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...