Koti Syamala

Koti Syamala

Creating IBM WCM 8.5 Custom Workflow Action

Steps: 1) Create New Dynamic Web Project 2) Create a  new Java Class which implements  com.ibm.workplace.wcm.api.custom.CustomWorkflowAction 3) Implement execute method of  CustomWorkflowAction . and get  WebContentCustomWorkflowService  object by using JNDI Lookup 4)Create new java factory class which implements  com.ibm.workplace.wcm.api.custom.CustomWorkflowActionFactory 5)…

IBM WCM Jsp Component

First you need to create a .jsp file in WebApplication and deploy it in WAS. Create a JSP component as follows: Name: JSP-Component Path: /wcmcustomwebapp;/jsps/sample.jsp Save and preview it. Here are the some of the book recommendations :            …

Import and export wcm-data library

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 Here are the some of the book recommendations :               Enable GingerCannot connect to Ginger Check your internet connection…

Install new Theme Static files to WebDev using config Engine Task

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 ConfigEngine: ConfigEngine.bat webdav-deploy-zip-file  -DWasPassword=passw0rd_123  -DPortalAdminPwd=passw0rd_123 -DTargetURI=dav:fs-type1/themes/MyIntranetTheme/ -DZipFilePath=C:UsersAdministratorDesktopMyIntranetTheme.zip Here are the some of the book recommendations :               Enable GingerCannot…

EXPORT or IMPORT IBM WCM LIBRARY in windows

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 NAME.zip” -DLibraryName=”UMB HS Content2″ -DWasPassword=passw0rd_123 -DPortalAdminPwd=passw0rd_123 REF: Here are the some of the book recommendations :               Enable GingerCannot…

INSTALL SCRIPT PORTLET IBM WCM 8.5

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 book recommendations :               Enable GingerCannot connect to Ginger Check your internet connection or reload the browserDisable in this…

Enable Notifications OK No thanks