سؤال

I'm integrating IBM Connections and IBM Websphere Portal using this guideline (guideline page).

To deploy portal application archive SNPortlets.paa I need to know a couple of parameters from connections installation(network deployment installation) to run the script:

-DICportletWebapp=portletWebapp
-DICblogsHomepageHandle=homepagehandle
-DICemailSetting=emailSetting
-DICtagSearchType=tagSearchType
-DICdsxAdminId=
-DICdsxAdminPwd=

(those I've tried to 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: is there any config file or other source where can I get all those parameters?

هل كانت مفيدة؟

المحلول

sure they are generally included in your LotusConnections-config.xml it should be in your deployment manager.

for instance on my 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 The Blogs home page handle for your IBM Connections deployment. The default is homepage. -DICemailSetting Set to email-exposed or email-hidden depending on whether the IBM Connections server is configured to expose user email addresses or to hide them. -DICtagSearchType Set to search or mysearch, depending on whether you want the tag cloud to display tags only for public content or tags for public content as well as for content the logged-in user contributed. -DICdsxAdminId The user ID that is set in the dsx-admin role for the Profiles and Communities services. -DICdsxAdminPwd The password for the dsx-admin user. http://infolib.lotus.com/resources/connections/4.5.1/doc/accessible/plugins/en_us/html-wrapper.html

basicaly dsx-admin you shouldn't have to use. tagSearchType and emailSettings are just flags

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top