我正在使用这个准则(指南页)集成integrating和IBM。
要部署门户应用程序存档SNPortlets.paa,我需要了解连接安装(网络部署安装)中的几个参数,以运行脚本:
-DICportletWebapp=portletWebapp
-DICblogsHomepageHandle=homepagehandle
-DICemailSetting=emailSetting
-DICtagSearchType=tagSearchType
-DICdsxAdminId=
-DICdsxAdminPwd=(那些我试图弄清楚的人)
-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问题是:在任何配置文件或其他源中,我可以获得所有这些参数吗?
发布于 2013-07-31 13:31:38
当然,它们通常包含在LotusConnections-config.xml中,它应该包含在部署管理器中。
例如在我的服务器上它位于..。/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用于IBM部署的博客主页句柄。默认情况是主页。-DICemailSetting设置为电子邮件公开或电子邮件隐藏,这取决于IBM服务器是否配置为公开用户电子邮件地址或隐藏它们。-DICtagSearchType设置为search或mysearch,这取决于您是否希望标记云只显示公共内容的标记或公共内容的标记,以及登录用户贡献的内容。-DICdsxAdminId配置文件和社区服务的dsx角色中设置的用户ID。-DICdsxAdminPwd用于dsx用户的密码。us/html-wrapper.html
基本的dsx-管理,你不应该使用。tagSearchType和emailSettings只是标志
https://stackoverflow.com/questions/17965855
复制相似问题