IBM Connections and IBM Websphere Portal integration -
i'm integrating ibm connections , ibm websphere portal using guideline (guideline page).
to deploy portal application archive snportlets.paa need know couple of parameters connections installation(network deployment installation) run script:
-dicportletwebapp=portletwebapp -dicblogshomepagehandle=homepagehandle -dicemailsetting=emailsetting -dictagsearchtype=tagsearchtype -dicdsxadminid= -dicdsxadminpwd=
(those i've tried figured out)
-dicbaseurl=https://connections_domain -dicprofilescontextroot=/profiles -dicfilescontextroot=/files -dicprofilesurl=https://connections_domain/profiles -dicprofilesurlunsecured=http://connections_domain/profiles -dicsearchcontextroot=/search -dicnewscontextroot=/news -dicfilesurl=https://connections_domain/files -dicsearchurl=https://connections_domain/search -dicoauthurl=https://connections_domain/connections/oauth -dicnewsurl=https://connections_domain/news -dicoauthcontextroot=connections/oauth
the question: there config file or other source can parameters?
sure included in lotusconnections-config.xml should in deployment manager.
for instance on server it's located at... /local/con/opt/ibm/websphere/appserver/profiles/dmgr01/config/cells/localhostcell01/lotusconnections-config/lotusconnections-config.xml
<sloc:servicereference acf_config_file="acf-config-nf.xml" bootstraphost="" bootstrapport="" clustername="concluster" enabled="true" person_card_service_name_js_eval="generalrs.label_personcard_activitieslink" person_card_service_url_pattern="/service/html/mainpage#dashboard%2cmyactivities%2cuserid%3d{userid}%2cname%3d{displayname}" servicename="activities" ssl_enabled="true"> <sloc:href> <sloc:hrefpathprefix>/activities</sloc:hrefpathprefix> <sloc:static href="http://con.ihost.com:81" ssl_href="**https://con.ihost.com:444**"/> <sloc:interservice href="https://con.ihost.com:444"/> </sloc:href> </sloc:servicereference>
-dicblogshomepagehandle blogs home page handle ibm connections deployment. default homepage. -dicemailsetting set email-exposed or email-hidden depending on whether ibm connections server configured expose user email addresses or hide them. -dictagsearchtype set search or mysearch, depending on whether want tag cloud display tags public content or tags public content content logged-in user contributed. -dicdsxadminid user id set in dsx-admin role profiles , communities services. -dicdsxadminpwd password dsx-admin user. http://infolib.lotus.com/resources/connections/4.5.1/doc/accessible/plugins/en_us/html-wrapper.html
basicaly dsx-admin shouldn't have use. tagsearchtype , emailsettings flags
Comments
Post a Comment