Search This Blog

Tuesday, August 9, 2016

What are IBM WebSphere cells ? 

A- A WebSphere cell defines an administrative domain.
B- Available in WebSphere Application Server Network Deployment.
C- A deployment manager provides centralized administration for entire cell.
D- A cell is created as a profile.
E-  Nodes run application components in application servers.


How to Import a single IBM WCM library:
1- ConfigEngine.bat import-wcm-data -DWasPassword=wpsadmin -DPortalAdminPwd=wpsadmin -Dimport.libraryname=MyLib -Dimport.directory=/tmp/wcm/MyLib
2. Import a single library in a Virtual Portal:
ConfigEngine.bat import-wcm-data -DWasPassword=wpsadmin -DPortalAdminPwd=wpsadmin -DVirtualPortalContext=myvp -Dimport.libraryname=MyLib -Dimport.directory=/tmp/wcm/MyLib
3. Import all libraries:
ConfigEngine.bat import-wcm-data -DWasPassword=wpsadmin -DPortalAdminPwd=wpsadmin -Dimport.directory=/tmp/wcm
4. Import all libraries in a Virtual Portal:
ConfigEngine.bat import-wcm-data -DWasPassword=wpsadmin -DPortalAdminPwd=wpsadmin -DVirtualPortalContext=myvp -Dimport.directory=/tmp/wcm
What is conditioning in IBM Lotus WCM 8.5?

We can create if-else statement in WCM.
When you add element using 'Insert Tag':
  •   Select Plugin.
  •   Select Plugin: ifNotEmpty.
            Example:
   [Plugin:ifNotEmpty value="[Element context='autofill' type='content'   key='video_path']"]  
  <iframe width="280" height="315"  
       src="[Element context="autofill" type="content" key="video_path"]">  
           </iframe>  
 [/Plugin:ifNotEmpty] 


How to define new IBM WCM 8.5 Library ? 

Step 1

Step 2

Step 3

What are IBM Syndicators?



1- What is Syndication ?

Syndication is the method used by IBM® Web Content Manager to replicate data from a web content library on one server to a web content library on another server.



2- How to enable Syndication ?

        A)The syndicator defines a connection to the subscriber and indicates which libraries are to be             replicated to the subscriber.

       B)The subscriber defines a connection to the syndicator and receives the data replicated from                the libraries specified by the syndicator.


3- What are Syndication methods ? 

A) Live items:

Live item syndication is mostly used when syndicating to a staging or delivery server. The following items are syndicated:
  • Published
  • Expired
Draft items, projects and items in a project are not syndicated.


B) Live and projects:

The advantage of using "Live and projects" syndication is to gradually syndicate projects to a staging or delivery server rather that waiting to syndicate all the items in a project after they all achieve a published state. The following items are syndicated:
  • Published
  • Expired
  • Projects
  • Draft items in a project
Draft items outside of projects are not syndicated.


C) All items:

All item syndication is mostly used when syndicating between servers within an authoring environment. The following items are syndicated:
  • Published
  • Expired
  • Projects
  • Draft items in a project
  • Other draft items
  • Versions
  • Deleted items