Friday, 19 August 2016

Portal WCM tech links

Process for Cur :- Create an adapter which connects to your required database and then get the xml in was understandable format.

Wcm Advanced cache :- 
https://www.ibm.com/developerworks/community/blogs/portalops/entry/customizing_the_wcm_advanced_cache_key17?lang=en

WCM best practicses :-
http://www-10.lotus.com/ldd/portalwiki.nsf/dx/07162008083719PMWEB2RD.htm

Category Picker :- 
http://www-01.ibm.com/support/knowledgecenter/SS3JLV_8.0.0/wcm/wcm_dev_elements_taxonomy_selectiontrees.dita

Preview :-
https://www.ibm.com/developerworks/community/blogs/portalops/entry/best_practice_for_wcm_preview_server_topology4?lang=en

Portal support doc views :-
http://www-01.ibm.com/support/docview.wss?uid=swg21260098
http://www-01.ibm.com/support/docview.wss?uid=swg21417365
http://www-01.ibm.com/support/docview.wss?uid=swg21377025
Remove invalid ldap users :- 
http://www-01.ibm.com/support/docview.wss?uid=swg21377025
Soft Groups :- 
http://www-01.ibm.com/support/docview.wss?uid=swg27036224
Resolving mixed case issue :-
http://www-01.ibm.com/support/docview.wss?uid=swg21614035
Cleanup of users :-

PZN Best Practices :-
http://www-10.lotus.com/ldd/portalwiki.nsf/dx/personalization-best-practices

Tuning Guide link :-
http://www-10.lotus.com/ldd/portalwiki.nsf/dx/IBM_WebSphere_Portal_V_8.0
_Performance_Tuning_Guide

Viewing Cache settings :- 
http://hostname:port/wps/wcm/connect?MOD=ExportCacheSettings&processLibr
aries=false 

run-wcm-admin-task-export-cache-settings ConfigEngine task as described 
in the product documentation here. And send me the SystemOut.log file.

Prinicipal informaion cache :-
http://www-01.ibm.com/support/docview.wss?uid=swg24014207

WCM Support tool :-
http://it.delhigovt.nic.in/writereaddata/Odr20146113.pdf

Search custom seedlist:-
https://www-10.lotus.com/ldd/portalwiki.nsf/dx/Extend_WebSphere_Portal_WCM_Seedlist_with_Custom_Metadata

JMS in portal :-
http://www-01.ibm.com/support/docview.wss?uid=swg27036467&aid=1

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...