配置WebSphere portal的三个重要文件

一。wpconfig.properties

##############################################################################
#
# WebSphere Portal configuration file
#
# key = value
#
# NOTE: Do NOT enclose any value in quotes!
# NOTE: Windows paths must use '/', not '/'.
# NOTE: Windows long paths are OK.
# NOTE: Properties are immutable. Once set, they cannot be overriden.
#       Precedence is as follows, in decending order:
#           Properties set on command line are read first (-DMyNode=somenode)
#           Properties set in properties file are read next,
#           Properties set in buildfile file are read last.
#
###############################################################################

###############################################################################
# Save Parent Properties
#
# The SaveParentProperties property indicates that upon successful task
# execution using properties from a parent file specified by the
# parentProperties property, those properties should be copied into the
# main configuration properties file so that it will reflect the current
# state.  The default value (if the property is not defined) is True.
###############################################################################
SaveParentProperties=True

###############################################################################
# WebSphere Application Server Properties - BEGIN
###############################################################################

# VirtualHostName: The name of the WebSphere Application Server virtual host
VirtualHostName=default_host

# WasAdminServer: The name of the WebSphere Application Server administration server (server1)
WasAdminServer=server1

# WasHome: The directory where WebSphere Application Server product files are installed
WasHome=/opt/WebSphere/AppServer

# WasUserHome: The directory where WebSphere Application Server user data is created
WasUserHome=/opt/WebSphere/AppServer

# WasUserid: The user ID for WebSphere Application Server security authentication
# WMMUR DB:   WasUserid=<wasuserid>
# See LDAP examples below:
# IBM Directory Server: { uid=<wasuserid>,cn=users,dc=yourco,dc=com }
# Domino:               { cn=<wasuserid>,o=yourco.com }
# Active Directory:     { cn=<wasuserid>,cn=users,dc=yourco,dc=com }
# Active Directory AM:  { cn=<wasuserid>,cn=users,dc=yourco,dc=com }
# SunOne:  { uid=<wasuserid>,ou=people,o=yourco.com }
# Novell eDirectory     { uid=<wasuserid>,ou=people,o=yourco.com }
WasUserid=uid=wpsbind,cn=users,dc=hi,dc=chinamobile,dc=com

# WasPassword: The password for WebSphere Application Server security authentication (LDAP and CUR)
#WasPassword=ReplaceWithYourWASUserPwd
WasPassword=passw0rd

# WpsInstallLocation: The directory where WebSphere Portal is installed
WpsInstallLocation=/opt/WebSphere/PortalServer

# PrimaryNode: This key is required if the configuration runs in a clustered environment.
# true: (default): it is the master node
# false it is not the master node
# Please be careful of changing this property.
PrimaryNode=true

# Define the Cluster Name
# Do not use spaces
ClusterName=PortalCluster

# Dynamic cache service
# Push frequency in seconds, default=1
PushFrequency=1

# Dynamic cache service
# Replication type, default=PUSH
ReplicationType=PUSH

# Define the Host Name of the Deployment Manager Node
DMgrHostName=
            
# Define the SOAP Port of the Deployment Manager Node
DMgrSoapPort=8879

# CellName: The name of the WebSphere Application Server Cell
CellName=emis02Cell01

# NodeName: The name of WebSphere Application Server Node
NodeName=emis01

# ServerName: The name of application server for WebSphere Portal
ServerName=WebSphere_Portal

# **Required for z/OS only**
# ServerShortName is the server's jobname, as specified in the MVS
# START command JOBNAME parameter. This value is also passed as a
# parameter to the server's start procedures to specify the location of
# the server's configuration files and identify the server to certain
# WebSphere for z/OS- exploited z/OS facilities (for example, SAF).
# The name must be 7 or fewer characters and all uppercase.
ServerShortName=BBOS002

# **Required for z/OS only**
# ClusterTransitionName is the WLM APPLENV (WLM application environment)
# name for this server.The name must be 8 or fewer characters and all
# uppercase.
ClusterTransitionName=BBOC002

# WpsHostName: The name of the WebSphere Portal host or the name of the Web server
# For example: http://<WpsHostName>:<WpsHostPort>/<WpsContextRoot>/<WpsDefaultHome>
# For example "localhost" in the URL: http://localhost:80/wps/portal
WpsHostName=emis01

# WpsHostPort: The port used by WebSphere Portal or the Web server port
# For example: http://<WpsHostName>:<WpsHostPort>/<WpsContextRoot>/<WpsDefaultHome>
# For example "80" in the URL: http://localhost:80/wps/portal
WpsHostPort=10038

# WpsSoapPort: The SOAP port used by WebSphere Portal Server
# Note: This property may not be used to reconfigure the SOAP port.
#       This value is set by the basic configuration task of WebSphere Portal .
WpsSoapPort=10033

# **Required for iSeries only**
#The port block that will be used for WebSphere Portal Server
WpsHostBasePort=30230

# XmlAccessHost: The name of the local WebSphere Portal host
# Note: Should not be necessary to modify
XmlAccessHost=localhost

# XmlAccessPort: The port used by the XMLAccess configuration task to connect the XMLAccess server
# Note: This property may not be used to reconfigure the XmlAccessPort port.
#       The value is set by the basic configuration task of WebSphere Portal .
XmlAccessPort=10038

# XmlAccessProtocol: The protocol used to connect to the XMLAccess server
# Can be set to 'http' or 'https' depending on security configuration
XmlAccessProtocol=http

# WpsAppName: The WebSphere Portal application name
WpsAppName=wps

# WpsContextRoot: The WebSphere Portal context root
# For example: http://<WpsHostName>:<WpsHostPort>/<WpsContextRoot>/<WpsDefaultHome>
# For example "wps" in the URL: http://localhost:80/wps/portal
WpsContextRoot=wps
# WsrpContextRoot: The context root for Web Services for Remote Portlets
WsrpContextRoot=wsrp

# WpsDefaultHome: The WebSphere Portal default home
# For example: http://<WpsHostName>:<WpsHostPort>/<WpsContextRoot>/<WpsDefaultHome>
# For example "portal" in the URL: http://localhost:80/wps/portal
WpsDefaultHome=portal

# WpsPersonalizedHome: The WebSphere Portal personalized home
# For example: http://<WpsHostName>:<WpsHostPort>/<WpsContextRoot>/<WpsPersonalizedHome>
# For example "myportal" in the URL: http://localhost:80/wps/myportal
WpsPersonalizedHome=myportal

# ContentAccessServiceProxyHost: The HTTP proxy host used by the Content Access Service
ContentAccessServiceProxyHost=

# ContentAccessServiceProxyPort: The HTTP proxy port used by the Content Access Service
ContentAccessServiceProxyPort=

# **Required for z/OS only**
# SMFLibrary: The library where the ibmzos.jar file resides
SMFLibrary=

# **Required for z/OS only**
# SMFNativeLibrary: The library where the SMF DLLs reside
SMFNativeLibrary=

# **Required for z/OS only**
# WpsSMPEHomeDirectory: WebSphere Portal for z/OS SMP/E home directory
WpsSMPEHomeDirectory=

# ** Required for Windows only
# WindowsServiceTimeout: Time to wait for Portal Server to start, when server is
# installed as a Windows service.  Expressed in milliseconds.
WindowsServiceTimeout=1200000

###############################################################################
# WebSphere Application Server Properties - END
###############################################################################


###############################################################################
# Java Properties - BEGIN
###############################################################################

# JavaHome: The directory where the WebSphere Application Server Java is installed
# On z/OS, WebSphere Application Server does not ship its own Java. Therefore,
# set JavaHome to the system Java home, e.g., /usr/lpp/java/J1.3.
JavaHome=/opt/WebSphere/AppServer/java

# DbtJavaMaxMemory: This is the max memory setting used by ANT in the transfer of
# domain data during the database transfer task.
# Recommended Value: 512M
DbtJavaMaxMemory=512M

###############################################################################
# Java Properties - END
###############################################################################


###############################################################################
# Portal Config Properties - BEGIN
###############################################################################

# PortalAdminId: The user ID for the WebSphere Portal Administrator
# DEV (No security):  PortalAdminId=<portaladminid>
# WMMUR DB:  PortalAdminId=<portaladminid>
# See LDAP examples below:
# IBM Directory Server: { uid=<portaladminid>,cn=users,dc=yourco,dc=com }
# Domino:               { cn=<portaladminid>,o=yourco.com }
# Active Directory:     { cn=<portaladminid>,cn=users,dc=yourco,dc=com }
# Active Directory AM:  { cn=<portaladminid>,cn=users,dc=yourco,dc=com }
# SunOne:  { uid=<portaladminid>,ou=people,o=yourco.com }
# Novell eDirectory     { uid=<portaladminid>,ou=people,o=yourco.com }
PortalAdminId=uid=wpsadmin,cn=users,dc=hi,dc=chinamobile,dc=com

# PortalAdminPwd: The password for the WebSphere Portal Administrator
PortalAdminPwd=passw0rd

# PortalAdminGroupId: The group ID for the WebSphere Portal Administrator group
# DEV (No security):  PortalAdminGroupId=<portaladmingroupid>
# WMMUR DB:  PortalAdminGroupId=<portaladmingroupid>
# See LDAP examples below:
# IBM Directory Server: { cn=<portaladmingroupid>,cn=groups,dc=yourco,dc=com }
# Domino:               { cn=<portaladmingroupid> }
# Active Directory:     { cn=<portaladmingroupid>,cn=groups,dc=yourco,dc=com }
# Active Directory AM:  { cn=<portaladmingroupid>,cn=groups,dc=yourco,dc=com }
# SunOne:  { cn=<portaladmingroupid>,ou=groups,o=yourco.com }
# Novell eDirectory     { cn=<portaladmingroupid>,ou=groups,o=yourco.com }
PortalAdminGroupId=cn=wpsadmins,cn=groups,dc=hi,dc=chinamobile,dc=com

# PortalUniqueID: The 12 hex digits unique to this WebSphere Portal instance.
# Usually a MAC address from a communications adapter on this node.
# It is used for the object ID creation mechanism and has to be different for each node.
# Only nodes running on one machine may have the same PortalUniqeID.
PortalUniqueID=00145ed22a0a

# CmConfigured: Indicates whether content management functions are configured.
CmConfigured=true

# WtpConfigured: Indicates whether transcoding functions are configured.
WtpConfigured=false

# WpsContentAdministrators: The group ID for the WebSphere Content Administrator group
# DEV (No security):  WpsContentAdministrators=cn=wpsContentAdministrators,o=default organization
# WMMUR DB:  WpsContentAdministrators=cn=wpsContentAdministrators,o=default organization
# See LDAP examples below:
# IBM Directory Server: { cn=wpsContentAdministrators,cn=groups,dc=yourco,dc=com }
# Domino:               { cn=wpsContentAdministrators }
# Active Directory:     { cn=wpsContentAdministrators,cn=groups,dc=yourco,dc=com }
# Active Directory AM:  { cn=wpsContentAdministrators,cn=groups,dc=yourco,dc=com }
# SunOne:  { cn=wpsContentAdministrators,ou=groups,o=yourco.com }
# Novell eDirectory     { cn=wpsContentAdministrators,ou=groups,o=yourco.com }
WpsContentAdministrators=cn=wpsadmins,cn=groups,dc=hi,dc=chinamobile,dc=com

# WpsContentAdministratorsShort: The WebSphere Content Administrators group ID
WpsContentAdministratorsShort=wpsadmins

# WpsDocReviewer: The group ID for the WebSphere Document Reviewer group
# DEV (No security):   WpsDocReviewer=cn=wpsDocReviewer,o=default organization
# WMMUR DB:  WpsDocReviewer=cn=wpsDocReviewer,o=default organization
# See LDAP examples below:
# IBM Directory Server: { cn=wpsDocReviewer,cn=groups,dc=yourco,dc=com }
# Domino:               { cn=wpsDocReviewer }
# Active Directory:     { cn=wpsDocReviewer,cn=groups,dc=yourco,dc=com }
# Active Directory AM:  { cn=wpsDocReviewer,cn=groups,dc=yourco,dc=com }
# SunOne:  { cn=wpsDocReviewer,ou=groups,o=yourco.com }
# Novell eDirectory     { cn=wpsDocReviewer,ou=groups,o=yourco.com }
WpsDocReviewer=cn=wpsadmins,cn=groups,dc=hi,dc=chinamobile,dc=com

# WpsDocReviewerShort: The WebSphere Document Reviewer group ID
WpsDocReviewerShort=wpsadmins

###############################################################################
# Portal Config Properties - END
###############################################################################
 
 
###############################################################################
# PUI Config Properties - BEGIN
###############################################################################
 
# EmptyPortal:  Setting EmptyPortal to true will indicate that when a PTF upgrade
# is run, the PTF configuration will perform the steps necessary to upgrade a Portal
# that was installed with the -DEmptyPortal parameter.
# The default value for EmptyPortal if it is not set is false.
#EmptyPortal=false
 
# CopyWpsEarScreens:  Setting CopyWpsEarScreens to true will indicate that when a
# PTF upgrade is run, the PTF configuration will update the screens in the wps.ear file.
# The default value for CopyWpsEarScreens if it is not set is false.
#CopyWpsEarScreens=false
 
# PWordDelete:  Setting PWordDelete to true will indicate that when a
# PTF upgrade is run, the PTF configuration will reset the passwords in
# the wpconfig, wpconfig_dbdomain, and wpconfig_sourceDb properties files.
# The default value for PWordDelete if it is not set is true.
#PWordDelete=true
 
###############################################################################
# PUI Config Properties - END
###############################################################################


###############################################################################
# Dependency Checking Properties - BEGIN
###############################################################################

# CheckVersions: This value should be false is used to disable dependency rules based validation.
# A false value should only be used in order to bypass validation when a valid configuration
# is indicated as invalid. Most of the dependency rules based validation deals with
# checking versions of installed components (for example WebSphere Application Server)
# { true | false }
# On z/OS, must be set to false.
CheckVersions=true

# DependencyRulesDirectory: This is used to specify a location of a unique set of
# rules to use for dependency rules based validation tasks during configuration.
# This should very rarely be necessary.  However, if you used special rules
# during the installation process and some of the rules need to be used during
# configuration-time validation as well, you would use this property.
#DependencyRulesDirectory=path_to_rules_directory

###############################################################################
# Dependency Checking Properties - END
###############################################################################


###########################################
# PORTAL INFO SEQUENCE
###########################################

# DcsRemoteHost: URL of remost host that provides Document Conversion Services
# eg: DcsRmoteHost=http://myremotehost1:9080/dcs/dcs
DcsRemoteHost=http://remotehostname:9080/dcs/dcs

# SpellCheckHost: Hostname of remote system that provides spell checking function
# Use this property in conjunction with SpellCheckPort to delegate spell checking to a remote host
SpellCheckHost=remotehostname

# SpellCheckPort: Port number on remote host where Spell Checker will listen
# Use this property in conjunction with SpellCheckHost to delegate spell checking to a remote host
SpellCheckPort=9080

##################################################################
# DB2 Content Manager Runtime Edition Database P

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值