Issue With IBM WCM 8.5 CF08 Navigator while iterating portal pages
Issue: IBM WCM 8.5 Navigator has an issue while iterating portal pages it’ll not show pages that are created…
Issue: IBM WCM 8.5 Navigator has an issue while iterating portal pages it’ll not show pages that are created…
Export: ConfigEngine.bat export-wcm-data -Dexport.directory=”C:UsersAdministratorDesktopMYWCMBackup_13_06_2016″ -Dexport.libraryname=”My Content;My Design” -DWasPassword=passw0rd_123 -DPortalAdminPwd=passw0rd_123 -Dexport.singledirectory=true -DVirtualPortalContext=vpname Import: ConfigEngine.bat import-wcm-data -DWasPassword=passw0rd_123 -DPortalAdminPwd=passw0rd_123 -Dimport.directory=”C:UsersAdministratorDesktopMYWCMExport” -Dimport.singledirectory=true -DVirtualPortalContext=vpname…
Theme Initial upload to WebDev using ConfigEngine: ConfigEngine.bat webdav-deploy-zip-file -user=wpsadmin -password=passw0rd_123 -DTargetURI=dav:themelist/MyIntranetTheme/ -DZipFilePath=Z:My driveProjectsThemeMyIntranetTheme.zip Update Theme in WebDev using…
In windows Go to /Websphere/wp_profile/ConfigEngine/ Export: ConfigEngine.bat export-library-copy -DLibraryPath=”C:UsersAdministratorDesktopTempLIBRARY NAME.zip” -DLibraryName=”UMB HS Content” -DWasPassword=passw0rd_123 -DPortalAdminPwd=passw0rd_123 Import: ConfigEngine.bat import-library-copy -DLibraryPath=”C:UsersAdministratorDesktopTempLIBRARY…
INSTALL SCRIPT PORTLET ConfigEngine.bat install-paa -DPAALocation=C:UsersAdministratorDesktopTempscriptportlet-app-1.3.0.paa -DWasPassword=passw0rd_123 -DPortalAdminPwd=passw0rd_123 ConfigEngine.bat deploy-paa -DappName=scriptportlet-app -DWasPassword=passw0rd_123 -DPortalAdminPwd=passw0rd_123 Here are the some of the…
With in single plugin give multiple extension points In this way you can easily install multiple WCM custom plugins…
Template mapping strategies The presentation template that is used by an item is determined by the relationship between the…
Custom Rendering Plugin: packagecom.ibm.wcmproject; importjava.io.IOException; import java.io.Writer; import java.util.List; importjava.util.Locale; import java.util.Map; importcom.ibm.portal.ListModel; importcom.ibm.workplace.wcm.api.plugin.rendering.RenderingPlugin; importcom.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginException; importcom.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginModel; public classWCMYouTubePlugin implements…
Text Provider Plugin: A text provider is used to provide localized text that can be used within web content…
Custom JSP authoring Following exception occurring when I try to implement Custom JSP authoring template. Steps to be followed…
CO2 EMISSIONS Petrol:1 litre: 2.331kg of CO21 US gallon: 8.824kg of CO2 Diesel:1 litre: 2.772kg of CO21 US gallon:…
<html> <head> <link rel=”stylesheet” href=”simplePagination.css” type=”text/css” /> <script src=”tests/lib/jquery.min.js” language=”javascript” ></script> <script src=”jquery.simplePagination.js” language=”javascript” ></script> </head> <body><div id=”abc”> <p class=”selection” id=”page-1″>one</p><p class=”selection” id=”page-2″>Two</p><p…
Step 1: Select page and click Edit Page Layout Icon and choose Content. Step 2: Right Click on the…
You cannot change the DPI setting through a Remote Desktop session on a computer that is running Windows 7…
WAS installation Impt steps to be follow while installing WAS server . Share the the folder if the files…