配置WebSphere portal的三个重要文件

本文档详细介绍了配置WebSphere Portal所需的重要文件,包括wpconfig.properties的设置,如虚拟主机名、WebSphere应用服务器信息、数据库连接参数等。同时涵盖了不同数据库(如DB2、Oracle、SQLServer)的特定配置属性。这些配置对于正确运行和管理WebSphere Portal至关重要。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

一。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 Properties  - BEGIN
##################################################################

# Directory for DB2 Content Manager Runtime Edition's dynamic DDL files
JcrGeneratedDDLPath=${WpsInstallLocation}/jcr/config/dynamic

# Directory for DB2 Content Manager Runtime Edition's binary value files
JcrBinaryValueFileDir=${WpsInstallLocation}/jcr/binaryValues

# Debug level for DB2 Content Manager Runtime Edition database utilities
JcrDebugLevel=2

# JcrDbUnicode: Indicates whether or not the DB2 Content Manager Runtime Edition database is unicode.
#  Y:  is unicode
#  N:  is NOT unicode
JcrDbUnicode=Y

# JcrBPCServerName: The name of application server with a configured
# Business Process Container
JcrBPCServerName=server1

# JcrJMSJAASUser: The user for the Promote J2C alias
JcrJMSJAASUser=ReplaceWithYourJMSUserId

# JcrJMSJAASPassword: The password for the Promote J2C alias
JcrJMSJAASPassword=ReplaceWithYourPassword

#JcrJMSType: Type of JMS Provider
# mq:           {WebSphere MQ JMS Provider}
# embedded:     {WebSphere JMS Provider}
JcrJMSType=embedded

#JcrMQQueueManager: name of the WebSphere MQ Queue Manager
#Note: This value is not needed for WebSphere Embedded Messaging
JcrMQQueueManager=

##################################################################
# DB2 Content Manager Runtime Edition Database Properties   - END
##################################################################


##################################################################
# Personalization Database Properties - BEGIN
##################################################################

# InitializeFeedbackDB: Determines how to handle the Personalization Feedback
# database during database transfer from Cloudscape to another DB type.
# Set true to transfer data from Cloudscape; set false to merely redirect the
# Feedback DataSource to a preexisting database.
InitializeFeedbackDB=true

# PznSchedulerUser: Username for RunAs access to Personalization Scheduler
PznSchedulerUser=ReplaceWithYourId

# PznSchedulerUserPassword: Password of user to be given RunAs access to
# Personalization Scheduler
PznSchedulerUserPassword=ReplaceWithYourPassword

##################################################################
# Personalization Database Properties - END
##################################################################

##################################################################
# Web Content Management (WCM) Properties - BEGIN
##################################################################

# WcmConfigured: Indicates whether WCM application is configured.
WcmConfigured=true

# WcmAuthoringConfigured: Indicates whether WCM authoring portlet is configured.
WcmAuthoringConfigured=false

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

# WcmAdminGroupIdShort: The WCM admin group ID
WcmAdminGroupIdShort=wpsadmins

##################################################################
# WCM Properties - END
##################################################################

##################################################################
#
# Lotus Collaborative Components Properties - BEGIN
#
##################################################################

##################################################################
# Lotus QuickPlace Properties - BEGIN
##################################################################

# Description: Lotus Collaborative Components required properties
#              to enable Lotus QuickPlace

# LCC.QuickPlace.Enabled: Is Lotus QuickPlace enabled in the environment?
# { true | false }
LCC.QuickPlace.Enabled=false

# LCC.QuickPlace.Server: The Lotus QuickPlace server name.
# { hostname | ip address }
LCC.QuickPlace.Server=my.server.com

# LCC.QuickPlace.Protocol: The protocol used to connect to the Lotus QuickPlace server.
# { http | https }
LCC.QuickPlace.Protocol=http

# LCC.QuickPlace.Port: The port number for the Lotus QuickPlace server.
# { port number }
LCC.QuickPlace.Port=80

##################################################################
# Lotus QuickPlace Properties - END
##################################################################

##################################################################
# Lotus Sametime Properties - BEGIN
##################################################################

# Description: Lotus Collaborative Components required properties
#              to enable Lotus Sametime

# LCC.Sametime.Enabled: Is Lotus Sametime enabled in the environment?
# { true | false }
LCC.Sametime.Enabled=false

# LCC.Sametime.Server: The Lotus Sametime server name.
# { hostname | ip address }
LCC.Sametime.Server=my.server.com

# LCC.Sametime.Protocol: The protocol used to connect to the Lotus Sametime server.
# { http | https }
LCC.Sametime.Protocol=http

# LCC.Sametime.Port: The port number for the Lotus Sametime server.
# { port number }
LCC.Sametime.Port=80

##################################################################
# Lotus Sametime Properties - END
##################################################################

##################################################################
# Lotus Discovery Server Properties - BEGIN
##################################################################

# Description: Lotus Collaborative Components required properties
#              to enable Lotus Discovery Server

# LCC.DiscoveryServer.Enabled: Is Lotus Discovery Server enabled in the environment?
# { true | false }
LCC.DiscoveryServer.Enabled=false

# LCC.DiscoveryServer.Server: The Lotus Discovery Server name.
# { hostname | ip address }
LCC.DiscoveryServer.Server=my.server.com

# LCC.DiscoveryServer.Protocol: The protocol used to connect to the Lotus Discovery Server.
# { http | https }
LCC.DiscoveryServer.Protocol=http

# LCC.DiscoveryServer.Port: The port number for the Lotus Discovery Server.
# { port number }
LCC.DiscoveryServer.Port=80

##################################################################
# Lotus Discovery Server Properties - END
##################################################################

##################################################################
# Lotus Domino Directory Properties - BEGIN
##################################################################

# Description: Lotus Collaborative Components required properties
#              to enable Lotus Domino Directory

# LCC.DominoDirectory.Enabled: Is Lotus Domino Directory enabled in the environment?
# { true | false }
LCC.DominoDirectory.Enabled=false

# LCC.DominoDirectory.Server: The Lotus Domino Directory server name.
# { hostname | ip address }
LCC.DominoDirectory.Server=my.server.com

# LCC.DominoDirectory.Port: The port number for the Lotus Domino Directory server.
# { port number }
LCC.DominoDirectory.Port=389

# LCC.DominoDirectory.SSL: Is SSL used to connect to the Lotus Domino Directory Server?
# { true | false }
LCC.DominoDirectory.SSL=false

##################################################################
# Lotus Domino Directory Properties - END
##################################################################

##################################################################
#
# Lotus Collaborative Components Properties - END
#
##################################################################

 

##################################################################
#
# WebSphere Portal Security Configuration - BEGIN
#
##################################################################

##################################################################
# WebSphere Portal Security LTPA and SSO configuration
##################################################################

# LTPAPassword: Specifies the password to encrypt and decrypt the LTPA keys.
LTPAPassword=passw0rd

# LTPATimeout: Specifies the time period in minutes at which an LTPA token will expire.
LTPATimeout=120

# SSORequiresSSL: Specifies that Single Sign-On function is enabled
# only when requests are over HTTPS Secure Socket Layer (SSL) connections.
SSORequiresSSL=false

# SSODomainName: Specifies the domain name (ibm.com, for example) for all Single Sign-on hosts.
SSODomainName=hi.chinamobile.com

##################################################################
# General Global Security Settings
##################################################################

# Description: The values in this section should only be adapted by advanced users

# useDomainQualifiedUserNames: Specifies the user names to qualify with the security domain within which they reside.
useDomainQualifiedUserNames=false

# cacheTimeout: Specifies the timeout value in seconds for security cache.
cacheTimeout=600

# issuePermissionWarning: Specifies that when the Issue permission warning is enabled, during application deployment
# and application start, the security run time emits a warning if applications are granted any custom permissions.
issuePermissionWarning=true

# activeProtocol: Specifies the active authentication protocol for RMI/IIOP requests when security is enabled.
activeProtocol=BOTH

# activeAuthMechanism: Specifies the active authentication mechanism, when security is enabled.
activeAuthMechanism=LTPA

##################################################################
# Custom User Registry Configuration - BEGIN
##################################################################

# CUClassName: Specifies a dot-separated class name that implements the com.ibm.websphere.security.UserRegistry
# interface (should be in the classpath).
CUClassName=com.ibm.websphere.wmm.registry.WMMCustomRegistry

##################################################################
# Custom User Registry Configuration - END
##################################################################

##################################################################
# LDAP Properties Configuration - BEGIN
##################################################################

# LookAside: To configure LDAP with an additional LookAside Database
# true  - LDAP + Lookaside database
# false - only LDAP
LookAside=true

# WmmDefaultRealm
WmmDefaultRealm=portal

# LDAPHostName: The LDAP server hostname
LDAPHostName=10.200.146.3

# LDAPPort: The LDAP server port number
# For example, 389 for non-SSL or 636 for SSL
LDAPPort=389

# LDAPAdminUId: The LDAP administrator ID
LDAPAdminUId=cn=root

# LDAPAdminPwd: The LDAP administrator password
LDAPAdminPwd=passw0rd

# LDAPServerType: The type of LDAP server to be used for WebSphere Portal
# IBM Directory Server: { IBM_DIRECTORY_SERVER }
# Domino:               { DOMINO502 }
# Active Directory:     { ACTIVE_DIRECTORY }
# Active Directory AM:  { ACTIVE_DIRECTORY }
# SunOne:               { IPLANET }
# Novell eDirectory:    { NDS }
# Note: use IPLANET for SunONE
LDAPServerType=IBM_DIRECTORY_SERVER

#LDAPBindID: The user ID for LDAP Bind authentication
# See LDAP examples below:
# IBM Directory Server: { uid=<ldapbindid>,cn=users,dc=yourco,dc=com }
# Domino:               { cn=<ldapbindid>,o=yourco.com }
# Active Directory:     { cn=<ldapbindid>,cn=users,dc=yourco,dc=com }
# Active Directory AM:  { cn=<ldapbindid>,cn=users,dc=yourco,dc=com }
# SunOne:               { uid=<ldapbindid>,ou=people,o=yourco.com }
# Novell eDirectory     { uid=<ldapbindid>,ou=people,o=yourco.com }
LDAPBindID=uid=wpsbind,cn=users,dc=hi,dc=chinamobile,dc=com

#LDAPBindPassword: The password for LDAP Bind authentication
LDAPBindPassword=passw0rd

##################################################################
# LDAP Properties Configuration - END
##################################################################

################################################################
# Advanced LDAP Configuration - BEGIN
################################################################

# LDAPSuffix: The LDAP suffix appropriate for your LDAP server
# IBM Directory Server: { dc=yourco,dc=com }
# Domino value is null
# Domino:               {  }
# Active Directory:     { dc=yourco,dc=com }
# Active Directory AM:  { dc=yourco,dc=com }
# SunOne:               { o=yourco.com }
# Novell eDirectory     { o=yourco.com }
LDAPSuffix=dc=hi,dc=chinamobile,dc=com


# LdapUserPrefix: The LDAP user prefix appropriate for your LDAP server
# IBM Directory Server: { uid }
# Domino:               { cn }
# Active Directory:     { cn )
# Active Directory AM:  { cn )
# SunOne:               { uid }
# Novell eDirectory     { uid }
LdapUserPrefix=uid


# LDAPUserSuffix: The LDAP user suffix appropriate for your LDAP server
# IBM Directory Server: { cn=users }
# Domino:               { o=yourco.com }
# Active Directory:     { cn=users }
# Active Directory AM:  { cn=users }
# SunOne:               { ou=people}
# Novell eDirectory     { ou=people }
LDAPUserSuffix=


# LdapGroupPrefix: The LDAP group prefix appropriate for your LDAP server
# IBM Directory Server: { cn }
# Domino:               { cn }
# Active Directory:     { cn }
# Active Directory AM:  { cn }
# SunOne:               { cn }
# Novell eDirectory     { cn }
LdapGroupPrefix=cn


# LDAPGroupSuffix: The LDAP group suffix appropriate for your LDAP server
# IBM Directory Server: { cn=groups }
# Domino value is null
# Domino:               {  }
# Active Directory:     { cn=groups }
# Active Directory AM:  { cn=groups }
# SunOne:               { ou=groups }
# Novell eDirectory     { ou=groups }
LDAPGroupSuffix=


# LDAPUserObjectClass: The LDAP user object class appropriate for your LDAP server
# IBM Directory Server: { inetOrgPerson }
# Domino:               { dominoPerson }
# Active Directory:     { user }
# Active Directory AM:  { user }
# SunOne:               { inetOrgPerson }
# Novell eDirectory     { inetOrgPerson }
LDAPUserObjectClass=inetOrgPerson


# LDAPGroupObjectClass: The LDAP group object class appropriate for your LDAP server
# IBM Directory Server: { groupOfUniqueNames }
# Domino:               { dominoGroup }
# Active Directory:     { group }
# Active Directory AM:  { group }
# SunOne:               { groupOfUniqueNames }
# Novell eDirectory     { groupOfNames }
# Shared UserRegistry with WebSeal/TAM: { accessGroup }
LDAPGroupObjectClass=groupOfUniqueNames


# LDAPGroupMember: The LDAP group member attribute name appropriate for your LDAP server
# IBM Directory Server: { uniqueMember }
# Domino:               { member }
# Active Directory:     { member }
# Active Directory AM:  { member }
# SunOne:               { uniqueMember }
# Novell eDirectory     { uniqueMember }
# Shared UserRegistry with WebSeal/TAM: { member }
LDAPGroupMember=uniqueMember

# LDAPUserFilter: The LDAP user filter appropriate for your LDAP server (to work with default values in WMM)
#IBM Directory Server: { (&(uid=%v)(objectclass=inetOrgPerson)) }
#Domino:               { (&(|(cn=%v)(uid=%v))(|(objectclass=dominoPerson)(objectclass=inetOrgPerson))) }
#Active Directory:     { (&(|(cn=%v)(samAccountName=%v))(objectclass=user)) }
#Active Directory AM:  { (&(cn=%v)(objectclass=user)) }
#SunOne:               { (&(uid=%v)(objectclass=inetOrgPerson)) }
#Novell eDirectory     { (&(uid=%v)(objectclass=inetOrgPerson)) }
LDAPUserFilter=(&(uid=%v)(objectclass=inetOrgPerson))

# LDAPGroupFilter: The LDAP group filter appropriate for your LDAP server (to work with default values in WMM)
#IBM Directory Server: { (&(cn=%v)(objectclass=groupOfUniqueNames)) }
#Domino:               { (&(cn=%v)(|(objectclass=dominoGroup)(objectclass=groupOfNames)(objectclass=groupOfUniqueNames))) }
#Active Directory:     { (&(cn=%v)(objectclass=group)) }
#Active Directory AM:  { (&(cn=%v)(objectclass=group)) }
#SunOne                { (&(cn=%v)(objectclass=groupOfUniqueNames)) }
#Novell eDirectory     { (&(cn=%v)(objectclass=groupOfUniqueNames)) }
LDAPGroupFilter=(&(cn=%v)(objectclass=groupOfUniqueNames))


# LDAPGroupMinimumAttributes: This attribute is loaded for group search (performance issues)
LDAPGroupMinimumAttributes=

# LDAPUserBaseAttributes: These attributes are loaded for user login (performance issues)
LDAPUserBaseAttributes=givenName,sn,preferredLanguage

# LDAPUserMinimumAttributes: These attributes are loaded for user search (performance issues)
LDAPUserMinimumAttributes=

#LDAPsearchTimeout: Specifies the timeout value in seconds for an LDAP server to respond before aborting a request.
LDAPsearchTimeout=120

#LDAPreuseConnection: Should set to true by default to reuse the LDAP connection.
# { false | true }
LDAPreuseConnection=true

#LDAPIgnoreCase: Specifies that a case insensitive authorization check is performed.
# { false | true }
LDAPIgnoreCase=true

################################################################
# Advanced LDAP Configuration - END
################################################################

##################################################################
# LDAP Properties - END
##################################################################

##################################################################
#
# WebSphere Portal Security Configuration - END
#
##################################################################

##################################################
# iSeries CCSID value
#
# If the CCSID on an iSeries is set to 65535,
# some configuration commands will not work
# correctly.  Configuration run under a job with
# CCSID of 65535 will be changed by default
# to CCSID 37.   The CCSIDvalue property can
# be used to change the default CCSID to something
# other than 37.  This property is only used
# when the configuration job CCSID is 65535.
#
##################################################
# CCSIDvalue=37

###############################################################################
#List of old ports to be replaced (iSeries Only)
WpsHostOldPort1=9080
WpsHostOldPort2=9090
WpsHostSSLOldPort1=9043
WpsHostSSLOldPort2=9443

######################################################################
#   Advanced Security Configuration using External Security Managers
######################################################################

##################################################
#
#  Namespace management parameers common to TAM and SiteMinder
#
##################################################

# (Optional) You can set different "contexts" to further distinguish externalized Portal
# role names from other role names in the Tivoli Access Manager namespace. This context
# information will be added to the namespace entry created upon role externalization.
# If any of the 3 context values are null, none will be used.
EACserverName=WebSphere_Portal
EACcellName=vmwtest
EACappName=wps

# Description: this field will allow you to either have your externalized Portal
# rolenames displayed with the resource type first, or the role types first.
# For example, if you make this variable "true", your TAM namespace or SiteMinder protected resource
# would look similair to
#     /WPv6/wps.CONTENT_NODE/Welcome_Page/10_2E@Aministrator/app/server/cell
#     /WPv6/wps.CONTENT_NODE/Welcome_Page/10_2E@Editor/app/server/cell
#     /WPv6/wps.CONTENT_NODE/Administration/15_AF@Aministrator/app/server/cell
#     /WPv6/wps.PORTLET_APPLICATION/Welcome_Portlet/09_2Q@Aministrator/app/server/cell
#     /WPv6/wps.PORTLET_APPLICATION/Welcome_Portlet/09_2Q@User/app/server/cell
#
# and if you make the variable "false", your TAM namespace or SiteMinder protected resource
# would look similair to:
#     /WPv6/Aministrator@wps.CONTENT_NODE/Welcome_Page/10_2E/app/server/cell
#     /WPv6/Administrator@wps.CONTENT_NODE/Administration/15_AF/app/server/cell
#     /WPv6/Administrator@wps.PORTLET_APPLICATION/Welcome_Portlet/09_2Q/app/server/cell
#     /WPv6/Editor@wps.CONTENT_NODE/Welcome_Page/10_2E/app/server/cell
#     /WPv6/User@wps.PORTLET_APPLICATION/Welcome_Portlet/09_2Q/app/server/cell
reorderRoles=false


#################################################
#
# Tivoli Access Manager
#
#################################################

#######################################
# AMJRTE connection parameteres
#######################################

#An administratitive user ID for TAM. This user should have the access to create new TAM servers,
#new Tivoli protected objectspaces, and new Tivoli protected objects
PDAdminId=sec_master

#The password for the administrative TAM user
PDAdminPwd=ReplaceWithYourPwd

#The location of the TAM AMJRTE properties file. This properties file is created by the TAM SvrSslCfg
#command and contains information such as:
#  Policy Server hostname, ports
#     version of AMJRTE
#     path to encryption keys.
PDPermPath=${JavaHome}/jre/PdPerm.properties

########################################
# SvrSslCfg command parameters
########################################

# Unique application name. This name will be used to create a new Tivoli server in the
# Access Manager Policy Server. This server will appears in the pdadmin server list
# after running the SvrSslCfg command. If a server with the same name appears in the
# server list command, the SvrSslCfg command will fail.
PDServerName=amwp6

# Configuration port for the application name. This paramter is currently ignored by the
# SvrSslCfg command
SvrSslCfgPort=7223

# Configuration mode of the SvrSslCfg command. Currently, the only valid value is remote
SvrSslCfgMode=remote

# Defines the TAM Policy Server used when running PDJrteCfg
TamHost=your.TAM.Policy.Server.hostname

# Defines a hostname, port, and priority combinations for your TAM Policy servers
# used when running SvrSslCfg.
# The format of this property is host:port:priority. For example, hosta.ibm.com:7135:1
# or host1.ibm.com:7135:1, hostb.7135:2
PDPolicyServerList=your.TAM.Policy.Server.hostname:7135:1

# Defines a hostname, port, and priority combination for your TAM authorization servers.
# The format of this property is host:port:priority. For example, hosta.ibm.com:7136:1
PDAuthzServerList=your.TAM.Authorization.Server.hostname:7136:1

# Stores encryption keys used for the SSL communication between AMJRTE and Tivoli
# Access manager. This file is generated as a result of the SvrSslCfg command.
PDKeyPath=${JavaHome}/jre/lib/security/pdperm.ks

#######################################
# WebSEAL junction parameters
#######################################

#The type of junction to be created in TAM. Accepted values are tcp and ssl
JunctionType=tcp

#The WebSEAL junction point to the WebSphere Portal instance
#Note: In order to create a valid  TAM junction, this property must begin
#with a / character
JunctionPoint=/wpsv6

# Which WebSEAL instance to create the junction. You can view the different WebSEAL
# instances by issuing a server list from the pdadmin> command line
WebSealInstance=instance-webseald-yourhost.com

# The headers inserted by WebSEAL that the TAI uses to identify the request as originating from WebSEAL.
#
# Note #1: Inclusion of these headers is associated with the headers used by
# the WebSphere Application Server TAI to identify the request as one from WebSEAL.
#
# Note #2: If you are configuring Portal to use TAM as an external authorization engine,
# you must include at least the iv-user and iv-creds headers
TAICreds=iv-user,iv-creds

######################################
# WAS WebSEAL TAI parameters
######################################

# Optional parameter that sets the WebSEAL TAI's hostnames parameter. You should include
# the hostname you provided when configuring the WebSEAL instance.  Please consider
# the following:
#       * this value is case-sensitive
#       * this value may be a comma delimited list if more than one hostname is provided
#       * the default behavior when configuring a WebSEAL instance is to use the network
#         short name. For example, hosta.yourcompany.com may be represented as hosta
#         when the WebSEAL instance is configured
#       * if any additional proxies are included, their hostnames must be added as well
# Presence of a this parameters will cause the TAI to evaluate the VIA header and only
# handle those requests that contain one of the provided hostname, and port combinations
WebSealHost=

# Optional parameter that sets the WebSEAL TAI's ports parameter. You should include
# the WebSEAL ports in this comma delimited list. The default WebSEAL port is 443
#
# Presence of a this parameters will #cause the TAI to evaluate the VIA header and only
# handle those requests that contain one of the provided hostname, and port combinations
WebSealPort=

# When you create a TCP junction, this is WebSEAL identity representing the reverse proxy
# on every request. WebSphere Application Server will use this identity to establish the
# "trust" that is required to validate the WebSEAL iv-* headers. The password for this user
# should be set in the WebSEAL instance's webseald.conf on the basicauth-dummy-passwd property.
WebSealUser=wpsadmin


# When you create an SSL junction, this is the WebSEAL identity representing the reverse proxy
# on every request. WebSphere Application Server will use this identity to establish the "trust"
# that is required to validate the WebSEAL iv-* headers
BaUserName=wpsadmin

# When you create an SSL junction, you can provide a password to the identity representing
# the reverse proxy on every request. WebSphere Application Server will use this identity to
# establish the "trust" that is required to validate the WebSEAL iv-* headers
BaPassword=ReplaceWithYourPassword

######################################
# Portal authorization paramters
######################################

# Root objectspace entry in the TAM namespace. All Portal roles will be installed under this objectspace entry.
PDRoot=/WPv6

# When the Tivoli Access Manager external authorization plugin is started, it will detect and, if necessary,
# create a custom action in Tivoli Access Manager. The combination of the action group and the action determines
# the TAM permission string required to assign membership to externalized Portal roles.
PDAction=m

# When the Tivoli Access Manager external authorization plugin is started, it will detect and, if necessary,
# create a custom action group in Tivoli Access Manager. The combination of the action group and the action
# determines the TAM permission string required to assign membership to externalized Portal roles.
PDActionGroup=[WP6]

# When Portal externalizes a role, it can automatically create and attach a TAM ACL granting membership
# to the user doing the role. If you select No,the TAM administrator will be responsible for creating TAM
# ACLs to allow access to Portal roles
PDCreateAcl=true


######################################
# Portal vault paramters
#####################################

#New vault type identifier representing the Tivoli GSO lockbox vault. The value can be any string
vaultType=AccessManager

# Defines a properties file to be used to configure the vault with TAM specific user and SSL connection
# information. This file will automatically be created in the <WP_ROOT>/shared/app/config subdirectory
# and populated by the ant task based on previous task execution.
vaultProperties=accessmanagervault.properties

# Determines if the portal credential vault or any custom portlet is allowed to create new
# resource objects in TAM. If you select false, your Tivoli administrator must define the accessible /
# resources to associate users with using the Tivoli command line or GUI
manageResources=true

# Determines if the portal credential vault or any custom portlet is allowed to modify the
# secrets stored in TAM. If you select "Read Only", the Tivoli administrator must change
# the credentials associated with resources using the Tivoli command line or GUI.
readOnly=false

######################################
# Tivoli Access Manager - End
######################################


###############################################
#
# Netegrity SiteMinder
#
###########################################

####################################
# SiteMinder TAI parameters
####################################

# Location of the SiteMinder TAI WebAgent.conf file
SMConfigFile=e:/netegrity6/smwastai/conf/WebAgent.conf

####################################
# Portal/SiteMinder authorization paramteres
#####################################

#SiteMinder Domain containing all externalized portal resources
SMDomain=WebSphere Portal v6

# SiteMinder Authentication scheme object name to use when creating realms
SMScheme=Basic

# The SiteMinder custom or 4.x web agent created to allow communication between
# WebSphere Portal and SiteMinder
SMAgent=ReplaceWithYourSiteMinderAgentName

# Password for SiteMinder agent
SMAgentPwd=ReplaceWithYourPwd

# SiteMinder administrator. This administrator must have a scope of System, as new
# SiteMinder domains and realms will be created. In addition, creation of the realms
# representing Portal roles, reference to the webagent, which also requires System scope
SMAdminId=siteminder

#Password for SiteMinder administrative user
SMAdminPwd=ReplaceWithYourPwd

# SiteMinder User Directory object referencing the LDAP server used for Portal users and groups
SMUserDir=ReplaceWithYourSiteMinderUserDirectoryObject

# Failover mode of Siteminder Policy Server. SMFailover must be set to true if more
# than 1 policy server is listed in the SMServers property below
SMFailover=false

# Comma delimited list of server for SiteMinder agent
# Important: If your Policy Servers are listening on non default ports (ie. not 44441,44442,44443),
# you must add the port property for each policy server manually in the ExternalAccessControlService.properties
SMServers=your.Policy.Server.ipaddress

##############################################
# Netegrity SiteMinder - End
##############################################

##############################################
# Advanced Security Configuration - End
##############################################

##############################################
# Virtual Portal Configuration - Begin
##############################################


# VirtualPortalTitle: Title of the Virtual Portal
VirtualPortalTitle=

# VirtualPortalRealm: Realm of the Virtual Portal
VirtualPortalRealm=

# VirtualPortalContext: Context of the Virtual Portal
VirtualPortalContext=

# VirtualPortalNlsFile: File which contains language specific information for the Virtual Portal
VirtualPortalNlsFile=

# VirtualPortalObjectId: ObjectId of the Virtual Portal
# The ObjectId is needed to modify, delete Virtual Portals and
# can be obtained by running task list-all-virtual-portals
# Note: Do not delete the default Virtual Portal (ObjectId ends with _0)
VirtualPortalObjectId=

##############################################
# Virtual Portal Configuration - End
LikemindsSourceDbUser=db2admin
##############################################

二。wpconfig_dbdomain.properties

###############################################################################
# Examples for DbType and DbUrl
###############################################################################

# DbType: The type of database to be used for WebSphere Portal
# DB2:                     { db2 }
# Oracle:                  { oracle }
# MS SQL Server:           { sqlserver }
# Cloudscape:              { cloudscape }
# DB2 for iSeries:         { db2_iseries }
# DB2 for z/OS and OS/390: { db2_zos }

# DbUrl: The wps database URL
# Note: The database element of this value should match the value of DbName
# Note: For DB2 Type 4 driver use jdbc:db2://<YourDatabaseServer>:<port>/wpsdb:returnAlias=0;
# Note: on z/OS, the database element of this value should match the location
#       name of the database to be used when establishing connections with
#       the DB2 datasource used by WebSphere Portal
# cloudscape:           { jdbc:db2j:wpsdb;create=true }
# db2:                  { jdbc:db2:wpsdb }
# db2_iseries:          { jdbc:db2:*LOCAL/QWPS60 }
# db2_iseries (remote): { jdbc:as400:<hostName>/QWPS60 }
# db2_zos:              { jdbc:db2:<location> }
# db2_zos (remote):     { jdbc:db2:wpsdb }
# oracle:               { jdbc:oracle:thin:@<YourDatabaseServer>:1521:wpsdb }
# sqlserver:            { jdbc:microsoft:sqlserver://<YourDatabaseServer>:1433;DatabaseName=wpsdb }

###############################################################################
# Examples for DbType and DbUrl
###############################################################################


###############################################################################
# Release Database Properties
###############################################################################

# DbType: The type of database to be used for WebSphere Portal Release domain
#release.DbType=cloudscape
release.DbType=db2

# DbName: The name of the WebSphere Portal Release database
# Note: This value should also appear as the database element in DbUrl
# Note: Non-Windows platforms when using DB2 only. This value is the TCPIP
# Alias for the database.
#release.DbName=wpsdb
release.DbName=reldbx

# DbSchema: The WebSphere Portal Release domain database schema name
#           Follow the documentation of the target database management system
#           in order to define a valid schema name as restrictions apply for
#           some database management systems.
release.DbSchema=release

# **Required for DB2 for z/OS and OS/390 only**
# DbNameOnZos:
# If running db2_zos as remote database, the name of the remote
# WebSphere Portal database.
# If portal is running on z/OS with db2_zos, must be set equal to DbName.
release.DbNameOnZos=WPSTST02

# DataSourceName: The name of datasource to be used for WebSphere Portal
# Release domain
#release.DataSourceName=wpdbDS
release.DataSourceName=relDS

# DbUrl: The wps release domain database URL
#release.DbUrl=jdbc:db2j:wpsdb;create=true
release.DbUrl=jdbc:db2:reldbx

# DbUser: The database administrator user ID
release.DbUser=db2inst1

# DbPassword: The database administrator password
release.DbPassword=db2inst1
 
# **Required for Non-Windows platforms when using DB2 only**
# **Required only for local DB2 database using Type 2 JDBC driver
# XDbName: The release database alias that needs to be set if you want to call
# create-local-database-db2
release.XDbName=wps6TCP

# **Required for Non-Windows platforms when using DB2 only**
# DbNode: This value is the node for the WebSphere Portal Release domain
# database and needs to be set if you want to call create-local-database-db2
release.DbNode=wpsNode

# **Required for DB2 for z/OS and OS/390 only**
# DbStorageGroup: The storage group for the WebSphere Portal release database
release.DbStorageGroup=WPSSG
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVolumes: The volumes for the WebSphere Portal release database
release.DbVolumes=*
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVcat: The VCAT for the WebSphere Portal release database
release.DbVcat=DSN810
 
# **Required for DB2 for z/OS and OS/390 only**
# Db4KBufferPoolName: The 4K bufferpool name for the WebSphere Portal release database
release.Db4KBufferPoolName=BP0
 
# **Required for DB2 for z/OS and OS/390 only**
# Db32KBufferPoolName: The 32K bufferpool name for the WebSphere Portal release database
release.Db32KBufferPoolName=BP32K
 
###############################################################################
# END: Release Database Properties
###############################################################################


###############################################################################
# Customization Database Properties
###############################################################################

# DbType: The type of database to be used for WebSphere Portal Customization
# domain
customization.DbType=db2

# DbName: The name of the WebSphere Portal Customization domain database
# Note: This value should also appear as the database element in DbUrl
# Note: Non-Windows platforms when using DB2 only. This value is the TCPIP
# Alias for the database.
customization.DbName=custdbx

# DbSchema: The WebSphere Portal Customization domain database schema name
#           Follow the documentation of the target database management system
#           in order to define a valid schema name as restrictions apply for
#           some database management systems.
customization.DbSchema=customization

# **Required for DB2 for z/OS and OS/390 only**
# DbNameOnZos:
# If running db2_zos as remote database, the name of the remote
# WebSphere Portal Customization domain database.
# If portal is running on z/OS with db2_zos, must be set equal to DbName.
customization.DbNameOnZos=WPSTST02

# DataSourceName: The name of datasource to be used for WebSphere Portal
# Customization domain
customization.DataSourceName=custDS

# DbUrl: The wp customization domain database URL
customization.DbUrl=jdbc:db2:custdbx

# DbUser: The database administrator user ID
customization.DbUser=db2inst1

# DbPassword: The database administrator password
customization.DbPassword=db2inst1
 
# **Required for Non-Windows platforms when using DB2 only**
# **Required only for local DB2 database using Type 2 JDBC driver
# XDbName: The customization database alias that needs to be set if you want to call
# create-local-database-db2
customization.XDbName=wps6TCP

# **Required for Non-Windows platforms when using DB2 only**
# DbNode: This value is the node for the WebSphere Portal Customization domain
# database and needs to be set if you want to call create-local-database-db2
customization.DbNode=wpsNode

# **Required for DB2 for z/OS and OS/390 only**
# DbStorageGroup: The storage group for the WebSphere Portal customization database
customization.DbStorageGroup=WPSSG
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVolumes: The volumes for the WebSphere Portal customization database
customization.DbVolumes=*
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVcat: The VCAT for the WebSphere Portal customization database
customization.DbVcat=DSN810
 
# **Required for DB2 for z/OS and OS/390 only**
# Db4KBufferPoolName: The 4K bufferpool name for the WebSphere Portal customization database
customization.Db4KBufferPoolName=BP0
 
# **Required for DB2 for z/OS and OS/390 only**
# Db32KBufferPoolName: The 32K bufferpool name for the WebSphere Portal customization database
customization.Db32KBufferPoolName=BP32K
 
###############################################################################
# END: Customization Database Properties
###############################################################################


###############################################################################
# Community Database Properties
###############################################################################

# DbType: The type of database to be used for WebSphere Portal Community domain
community.DbType=db2

# DbName: The name of the WebSphere Portal Community domain database
# Note: This value should also appear as the database element in DbUrl
# Note: Non-Windows platforms when using DB2 only. This value is the TCPIP
# Alias for the database.
community.DbName=commdbx

# DbSchema: The WebSphere Portal Community domain database schema name
#           Follow the documentation of the target database management system
#           in order to define a valid schema name as restrictions apply for
#           some database management systems.
community.DbSchema=community

# **Required for DB2 for z/OS and OS/390 only**
# DbNameOnZos:
# If running db2_zos as remote database, the name of the remote
# WebSphere Portal Community domain database.
# If portal is running on z/OS with db2_zos, must be set equal to DbName.
community.DbNameOnZos=WPSTST02

# DataSourceName: The name of datasource to be used for WebSphere Portal
# Community domain
community.DataSourceName=commDS

# DbUrl: The wp community domain database URL
community.DbUrl=jdbc:db2:commdbx

# DbUser: The database administrator user ID
community.DbUser=db2inst1

# DbPassword: The database administrator password
community.DbPassword=db2inst1
 
# **Required for Non-Windows platforms when using DB2 only**
# **Required only for local DB2 database using Type 2 JDBC driver
# XDbName: The community database alias that needs to be set if you want to call
# create-local-database-db2
community.XDbName=wps6TCP

# **Required for Non-Windows platforms when using DB2 only**
# DbNode: This value is the node for the WebSphere Portal Community domain
# database and needs to be set if you want to call create-local-database-db2
community.DbNode=wpsNode

# **Required for DB2 for z/OS and OS/390 only**
# DbStorageGroup: The storage group for the WebSphere Portal community database
community.DbStorageGroup=WPSSG
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVolumes: The volumes for the WebSphere Portal community database
community.DbVolumes=*
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVcat: The VCAT for the WebSphere Portal community database
community.DbVcat=DSN810
 
# **Required for DB2 for z/OS and OS/390 only**
# Db4KBufferPoolName: The 4K bufferpool name for the WebSphere Portal community database
community.Db4KBufferPoolName=BP0
 
# **Required for DB2 for z/OS and OS/390 only**
# Db32KBufferPoolName: The 32K bufferpool name for the WebSphere Portal community database
community.Db32KBufferPoolName=BP32K
 
###############################################################################
# END: Community Database Properties
###############################################################################

###############################################################################
# JCR Database Properties
###############################################################################

# DbType: The type of database to be used for WebSphere Portal JCR domain
jcr.DbType=db2

# DbName: The name of the WebSphere Portal JCR domain database
# Note: This value should also appear as the database element in DbUrl
# Note: Non-Windows platforms when using DB2 only. This value is the TCPIP Alias
# for the database.
jcr.DbName=jcrdbx

# DbSchema: The WebSphere Portal JCR domain database schema name
#           Follow the documentation of the target database management system
#           in order to define a valid schema name as restrictions apply for
#           some database management systems.
jcr.DbSchema=jcr

# **Required for DB2 for z/OS and OS/390 only**
# DbNameOnZos:
# If running db2_zos as remote database, the name of the remote
# WebSphere Portal JCR domain database.
# If portal is running on z/OS with db2_zos, must be set equal to DbName.
jcr.DbNameOnZos=WPSTST02

# DataSourceName: The name of datasource to be used for WebSphere Portal JCR domain
jcr.DataSourceName=jcrDS

# DbUrl: The wp JCR domain database URL
jcr.DbUrl=jdbc:db2:jcrdbx

# DbUser: The database administrator user ID
jcr.DbUser=db2inst1

# DbPassword: The database administrator password
jcr.DbPassword=db2inst1
 
# **Required for Non-Windows platforms when using DB2 only**
# **Required only for local DB2 database using Type 2 JDBC driver
# XDbName: The JCR database alias that needs to be set if you want to call
# create-local-database-db2
jcr.XDbName=wps6TCP

# **Required for Non-Windows platforms when using DB2 only**
# DbNode: This value is the node for the WebSphere Portal JCR domain database
# and needs to be set if you want to call create-local-database-db2
jcr.DbNode=wpsNode

# **Optional for MS SQL Server**
# jcr.DbSaPassword: The SQL Server System Administrator password
jcr.DbSaPassword=ReplaceWithYourPassword

# **Required for DB2 for z/OS and OS/390 only**
# jcr.DbHost: Hostname (only) of remote system hosting the DB2 Content Manager Runtime
# Edition database
jcr.DbHost=hostname

# **Required for DB2 for z/OS and OS/390 only**
# jcr.DbDomain: Domain (not including hostname) of remote system hosting the DB2 Content
# Manager Runtime Edition database
jcr.DbDomain=yourco.com

# **Required for DB2 for z/OS and OS/390 only**
# jcr.DbPort: Port number of DB2 Content Manager Runtime Edition database on the
# remote system  (required for Driver Type 4 only)
jcr.DbPort=446

# **Required for DB2 for z/OS and OS/390 only**
# jcr.ZosDbPrefix: Common prefix of Node Type database names for DB2 Content Manager
# Runtime Edition
# Refer to Database Transfer instructions in the InfoCenter for details.
jcr.ZosDbPrefix=ICM

# **Required for DB2 for z/OS and OS/390 only**
# jcr.ZosDbMaxTables: Maximum number of User Defined Tables to be stored in a
# particular Node Type DB in the DB2 Content Manager Runtime Edition database
# Refer to Database Transfer instructions in the InfoCenter for details.
jcr.ZosDbMaxTables=400

# **Required for DB2 for z/OS and OS/390 only**
# DbStorageGroup: The storage group for the WebSphere Portal jcr database
jcr.DbStorageGroup=WPSSG
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVolumes: The volumes for the WebSphere Portal jcr database
jcr.DbVolumes=*
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVcat: The VCAT for the WebSphere Portal jcr database
jcr.DbVcat=DSN810
 
# **Required for DB2 for z/OS and OS/390 only**
# Db4KBufferPoolName: The 4K bufferpool name for the WebSphere Portal jcr database
jcr.Db4KBufferPoolName=BP0
 
# **Required for DB2 for z/OS and OS/390 only**
# Db32KBufferPoolName: The 32K bufferpool name for the WebSphere Portal jcr database
jcr.Db32KBufferPoolName=BP32K
 
###############################################################################
# END: JCR Database Properties
###############################################################################

###############################################################################
# WMM Database Properties
###############################################################################

# DbType: The type of database to be used for WebSphere Member Manager
wmm.DbType=db2

# DbName: The name of the WebSphere WebSphere Member Manager database
# Note: This value should also appear as the database element in DbUrl
# Note: Non-Windows platforms when using DB2 only. This value is the TCPIP Alias for
# the database.
wmm.DbName=wmmdbx

# **Required for DB2 for z/OS and OS/390 only**
# DbNameOnZos:
# If running db2_zos as remote database, the name of the remote
# WebSphere WebSphere Member Manager database.
# If portal is running on z/OS with db2_zos, must be set equal to DbName.
wmm.DbNameOnZos=WPSTST02

# DataSourceName: The name of datasource to be used for WebSphere WebSphere
# Member Manager
wmm.DataSourceName=wmmDS

# DbUrl: The wmm database URL
wmm.DbUrl=jdbc:db2:wmmdbx

# DbUser: The database administrator user ID
wmm.DbUser=db2inst1

# DbPassword: The database administrator password
wmm.DbPassword=db2inst1
 
# **Required for Non-Windows platforms when using DB2 only**
# **Required only for local DB2 database using Type 2 JDBC driver
# XDbName: The wmm database alias that needs to be set if you want to call
# create-local-database-db2
wmm.XDbName=wps6TCP

# **Required for Non-Windows platforms when using DB2 only**
# DbNode: This value is the node for the WebSphere WebSphere Member Manager
# database  and needs to be set if you want to call create-local-database-db2
wmm.DbNode=wpsNode

# **Required for DB2 for z/OS and OS/390 only**
# DbStorageGroup: The storage group for the WebSphere Portal wmm database
wmm.DbStorageGroup=WPSSG
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVolumes: The volumes for the WebSphere Portal wmm database
wmm.DbVolumes=*
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVcat: The VCAT for the WebSphere Portal wmm database
wmm.DbVcat=DSN810
 
# **Required for DB2 for z/OS and OS/390 only**
# Db4KBufferPoolName: The 4K bufferpool name for the WebSphere Portal wmm database
wmm.Db4KBufferPoolName=BP0
 
# **Required for DB2 for z/OS and OS/390 only**
# Db32KBufferPoolName: The 4K bufferpool name for the WebSphere Portal wmm database
wmm.Db32KBufferPoolName=BP32K
 
###############################################################################
# END: WMM Database Properties
###############################################################################

###############################################################################
# Personalization Feedback Database Properties
###############################################################################

# DbType: The type of database to be used for Feedback
feedback.DbType=db2

# DbName: The name of the Feedback database
# Note: This value should also appear as the database element in feedback.DbUrl
# Note: Non-Windows platforms when using DB2 only: This value is the TCPIP Alias for the database.
feedback.DbName=fdbkdbx

# DbSchema: The Feedback database schema name
#           Follow the documentation of the target database management system
#           in order to define a valid schema name as restrictions apply for
#           some database management systems.
feedback.DbSchema=FEEDBACK

# **Required for DB2 for z/OS and OS/390 only**
# DbNameOnZos:
# If running db2_zos as remote database, the name of the remote Feedback database.
# If portal is running on z/OS with db2_zos, must be set equal to DbName.
feedback.DbNameOnZos=WPSTST02

# DataSourceName: The name of datasource to be used for Feedback
feedback.DataSourceName=fdbkDS

# DbUrl: The Feedback database URL
feedback.DbUrl=jdbc:db2:fdbkdbx

# DbUser: The database administrator user ID
feedback.DbUser=db2inst1

# DbPassword: The database administrator password
feedback.DbPassword=db2inst1
 
# **Required for Non-Windows platforms when using DB2 only**
# **Required only for local DB2 database using Type 2 JDBC driver
# XDbName:The name of the Feedback database
feedback.XDbName=fdbk6TCP

# **Required for Non-Windows platforms when using DB2 only**
# DbNode: This value is the node for the Feedback database
# and needs to be set if you want to call create-local-database-db2
feedback.DbNode=wpsNode

# **Required for MS SQL Server only**
# DbHostName: The hostname of the Feedback database.
feedback.DbHostName=myserver

# **Required for DB2 for z/OS and OS/390 only**
# DbTablespace: The name of the feedback database tablespace.
feedback.DbTablespace=fdbkdbts

# **Required for DB2 for z/OS and OS/390 only**
# DbStorageGroup: The storage group for the WebSphere Portal feedback database
feedback.DbStorageGroup=WPSSG
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVolumes: The volumes for the WebSphere Portal feedback database
feedback.DbVolumes=*
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVcat: The VCAT for the WebSphere Portal feedback database
feedback.DbVcat=DSN810
 
# **Required for DB2 for z/OS and OS/390 only**
# Db4KBufferPoolName: The 4K bufferpool name for the WebSphere Portal feedback database
feedback.Db4KBufferPoolName=BP0
 
# **Required for DB2 for z/OS and OS/390 only**
# Db32KBufferPoolName: The 4K bufferpool name for the WebSphere Portal feedback database
feedback.Db32KBufferPoolName=BP32K
 
###############################################################################
# END: Personalization Feedback Database Properties
###############################################################################

###############################################################################
# LikeMinds Database Properties
###############################################################################

# DbType: The type of database to be used for LikeMinds
likeminds.DbType=db2

# DbName: The name of the LikeMinds database
# Note: This value should also appear as the database element in likeminds.DbUrl
# Note: Non-Windows platforms when using DB2 only: This value is the TCPIP Alias for the database.
likeminds.DbName=lmdbx

# DbSchema: The LikeMinds database schema name
#           Follow the documentation of the target database management system
#           in order to define a valid schema name as restrictions apply for
#           some database management systems.
likeminds.DbSchema=likeminds

# **Required for DB2 for z/OS and OS/390 only**
# DbNameOnZos:
# If running db2_zos as remote database, the name of the remote
# LikeMinds database.
# If portal is running on z/OS with db2_zos, must be set equal to DbName.
likeminds.DbNameOnZos=WPSTST02

# DataSourceName: The name of datasource to be used for LikeMinds
likeminds.DataSourceName=lmDS

# DbUrl: The LikeMinds database URL
likeminds.DbUrl=jdbc:db2:lmdbx

# DbUser: The database administrator user ID
# **Required for DB2, DB2 for z/OS and OS/390 **
likeminds.DbUser=db2inst1

# DbPassword: The database administrator password
likeminds.DbPassword=db2inst1
 
# **Required for Non-Windows platforms when using DB2 only**
# **Required only for local DB2 database using Type 2 JDBC driver
# XDbName:The name of the LikeMinds database
likeminds.XDbName=lmdb6TCP

# **Required for Non-Windows platforms when using DB2 only**
# DbNode: This value is the node for the LikeMinds database
# and needs to be set if you want to call create-local-database-db2
likeminds.DbNode=wpsNode

# **Required for MS SQL Server only**
# DbHostName: The hostname of the LikeMinds database.
likeminds.DbHostName=myserver

# **Required for DB2 for z/OS and OS/390 only**
# DbTablespace: The name of the LikeMinds database tablespace.
likeminds.DbTablespace=lmdbts

# **Required for DB2 for z/OS and OS/390 only**
# DbStorageGroup: The storage group for the WebSphere Portal likeminds database
likeminds.DbStorageGroup=WPSSG
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVolumes: The volumes for the WebSphere Portal likeminds database
likeminds.DbVolumes=*
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVcat: The VCAT for the WebSphere Portal likeminds database
likeminds.DbVcat=DSN810
 
# **Required for DB2 for z/OS and OS/390 only**
# Db4KBufferPoolName: The 4K bufferpool name for the WebSphere Portal likeminds database
likeminds.Db4KBufferPoolName=BP0
 
# **Required for DB2 for z/OS and OS/390 only**
# Db32KBufferPoolName: The 4K bufferpool name for the WebSphere Portal likeminds database
likeminds.Db32KBufferPoolName=BP32K
 
###############################################################################
# END: LikeMinds Database Properties
###############################################################################

###############################################################################
# Designer Database Properties
###############################################################################
# DbType: The type of database to be used for designer
designer.DbType=cloudscape

# DbName: The name of the designer database
# Note: This value should also appear as the database element in designer.DbUrl
# Note: Non-Windows platforms when using DB2 only: This value is the TCPIP Alias for the database.
designer.DbName=wpsdb

# DbSchema: The designer database schema name
#           Follow the documentation of the target database management system
#           in order to define a valid schema name as restrictions apply for
#           some database management systems.
# Must be equal to designer on Oracle and SQL Server
designer.DbSchema=designer

# **Required for DB2 for z/OS and OS/390 only**
# DbNameOnZos:
# If running db2_zos as remote database, the name of the remote
# designer database.
# If portal is running on z/OS with db2_zos, must be set equal to DbName.
#designer.DbNameOnZos=DSGNR02

# DataSourceName: The name of datasource to be used for designer
designer.DataSourceName=designerDS

# DbUrl: The designer database URL
designer.DbUrl=jdbc:db2j:wpsdb;create=true

# DbUser: The database administrator user ID
# **Required for DB2, DB2 for z/OS and OS/390 **
#
# **For SQL Server and Oracle only, this value MUST be set to designer**
# **which corresponds to the user designer in your SQL Server or Oracle database**
designer.DbUser=db2admin

# DbPassword: The database administrator password
designer.DbPassword=ReplaceWithYourPassword
 
# **Required for Non-Windows platforms when using DB2 only**
# **Required only for local DB2 database using Type 2 JDBC driver
# XDbName: The designer database alias that needs to be set if you want to call
# create-local-database-db2
designer.XDbName=dez6TCP

# **Required for Non-Windows platforms when using DB2 only**
# DbNode: This value is the node for the designer database
# and needs to be set if you want to call create-local-database-db2
designer.DbNode=wpsNode

# **Required for MS SQL Server only**
# DbHostName: The hostname of the designer database.
designer.DbHostName=myserver

# **Required for DB2 for z/OS and OS/390 only**
# DbTablespace: The name of the designer database tablespace.
designer.DbTablespace=dsgnrtbs

# **Required for DB2 for z/OS and OS/390 only**
# DbStorageGroup: The storage group for the WebSphere Portal designer database
designer.DbStorageGroup=WPSSG
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVolumes: The volumes for the WebSphere Portal designer database
designer.DbVolumes=*
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVcat: The VCAT for the WebSphere Portal designer database
designer.DbVcat=DSN810
 
# **Required for DB2 for z/OS and OS/390 only**
# Db4KBufferPoolName: The 4K bufferpool name for the WebSphere Portal designer database
designer.Db4KBufferPoolName=BP0
 
# **Required for DB2 for z/OS and OS/390 only**
# Db32KBufferPoolName: The 4K bufferpool name for the WebSphere Portal designer database
designer.Db32KBufferPoolName=BP32K

###############################################################################
# END: Designer Database Properties
###############################################################################

###############################################################################
# Sync Database Properties
###############################################################################
# DbType: The type of database to be used for sync
sync.DbType=cloudscape

# DbName: The name of the sync database
# Note: This value should also appear as the database element in sync.DbUrl
# Note: Non-Windows platforms when using DB2 only: This value is the TCPIP Alias for the database.
sync.DbName=wpsdb

# DbSchema: The sync database schema name
#           Follow the documentation of the target database management system
#           in order to define a valid schema name as restrictions apply for
#           some database management systems.
# Must be equal to sync on Oracle and SQL Server
sync.DbSchema=sync

# **Required for DB2 for z/OS and OS/390 only**
# DbNameOnZos:
# If running db2_zos as remote database, the name of the remote
# sync database.
# If portal is running on z/OS with db2_zos, must be set equal to DbName.
sync.DbNameOnZos=SYNC02

# DataSourceName: The name of datasource to be used for sync
sync.DataSourceName=syncDS

# DbUrl: The sync database URL
sync.DbUrl=jdbc:db2j:wpsdb;create=true

# DbUser: The database administrator user ID
# **Required for DB2, DB2 for z/OS and OS/390 **
#
# **For SQL Server and Oracle only, this value MUST be set to sync**
# **which corresponds to the user sync in your SQL Server or Oracle database**
sync.DbUser=db2admin

# DbPassword: The database administrator password
sync.DbPassword=ReplaceWithYourPassword
 
# **Required for Non-Windows platforms when using DB2 only**
# **Required only for local DB2 database using Type 2 JDBC driver
# XDbName:The name of the sync database
sync.XDbName=sync6TCP

# **Required for Non-Windows platforms when using DB2 only**
# DbNode: This value is the node for the sync database
# and needs to be set if you want to call create-local-database-db2
sync.DbNode=syncNode

# **Required for MS SQL Server only**
# DbHostName: The hostname of the sync database.
sync.DbHostName=myserver

# **Required for Oracle, DB2 for z/OS and OS/390 only**
# DbTablespace: The name of the sync database tablespace.
sync.DbTablespace=SYNCREGTBS

# **Required for Oracle
# DbIdxTablespace: The name of the index tablespace for sync tables
sync.DbIdxTablespace=SYNCIDXTBS

# **Required for DB2 for z/OS and OS/390 only**
# DbStorageGroup: The storage group for the WebSphere Portal sync database
sync.DbStorageGroup=WPSSG
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVolumes: The volumes for the WebSphere Portal sync database
sync.DbVolumes=*
 
# **Required for DB2 for z/OS and OS/390 only**
# DbVcat: The VCAT for the WebSphere Portal sync database
sync.DbVcat=DSN810
 
# **Required for DB2 for z/OS and OS/390 only**
# Db4KBufferPoolName: The 4K bufferpool name for the WebSphere Portal sync database
sync.Db4KBufferPoolName=BP0
 
# **Required for DB2 for z/OS and OS/390 only**
# Db32KBufferPoolName: The 4K bufferpool name for the WebSphere Portal sync database
sync.Db32KBufferPoolName=BP32K

###############################################################################
# END: sync Database Properties
###############################################################################

三。wpconfig_dbtype.properties

# DbSafeMode: This only applies to Database specific tasks. If it is set to true
# the databases will not be created, initialized, or removed.
# { false | true }
DbSafeMode=false


###############################################################################
# Cloudscape Properties
###############################################################################

# DbDriver: The name of class SqlProcessor will use to import SQL files
cloudscape.DbDriver=com.ibm.db2j.jdbc.DB2jDriver

# DbLibrary: The directory and name of the zip/jar file containing JDBC driver class
# Please use the system specific file separator names, e.g. for windows semicolon and for unix colon.
cloudscape.DbLibrary=/opt/WebSphere/AppServer/cloudscape/lib/db2j.jar

# JdbcProviderName: The name of jdbc provider to be used
cloudscape.JdbcProviderName=wpdbJDBC_cloudscape

###############################################################################
# END: Cloudscape Properties
###############################################################################


###############################################################################
# DB2 Properties
###############################################################################

# DbDriver: The name of class SqlProcessor will use to import SQL files
# For DB2 Type 2 driver use COM.ibm.db2.jdbc.app.DB2Driver
# For DB2 Type 4 driver use com.ibm.db2.jcc.DB2Driver
db2.DbDriver=COM.ibm.db2.jdbc.app.DB2Driver
 
# For DB2 Type 2 driver use <SQLLIB>/java/db2java.zip
# For DB2 Type 4 driver use <SQLLIB>/java/db2jcc.jar;<SQLLIB>/java/db2jcc_license_cu.jar
# Please use the system specific file separator names, e.g. for windows semicolon and for unix colon.
db2.DbLibrary=/home/db2inst1/sqllib/java/db2java.zip

# JdbcProviderName: The name of jdbc provider to be used
db2.JdbcProviderName=wpdbJDBC_db2

###############################################################################
# END: DB2 Properties
###############################################################################


###############################################################################
# Oracle Properties
###############################################################################

# DbDriver: The name of class SqlProcessor will use to import SQL files
oracle.DbDriver=oracle.jdbc.driver.OracleDriver

# DbLibrary: The directory and name of the zip/jar file containing JDBC driver class
# Please use the system specific file separator names, e.g. for windows semicolon and for unix colon.
oracle.DbLibrary=<Oracle>/jdbc/lib/ojdbc14.jar

# JdbcProviderName: The name of jdbc provider to be used
oracle.JdbcProviderName=wpdbJDBC_oracle

###############################################################################
# END: Oracle Properties
###############################################################################


###############################################################################
# SqlServer Properties
###############################################################################

# DbDriver: The name of class SqlProcessor will use to import SQL files
sqlserver.DbDriver=com.microsoft.jdbc.sqlserver.SQLServerDriver

# DbLibrary: The directory and name of the zip/jar file containing JDBC driver class
# Please use the system specific file separator names, e.g. for windows semicolon and for unix colon.
sqlserver.DbLibrary=<SQLServerJDBC>/lib/mssqlserver.jar;<SQLServerJDBC>/lib/msbase.jar;<SQLServerJDBC>/lib/msutil.jar

# JdbcProviderName: The name of jdbc provider to be used
sqlserver.JdbcProviderName=wpdbJDBC_sqlserver

###############################################################################
# END: SqlServer Properties
###############################################################################


###############################################################################
# DB2_ZOS Properties
###############################################################################

# DbDriver: The name of class SqlProcessor will use to import SQL files
# remote (type 2): db2_zos.DbDriver=COM.ibm.db2.jdbc.app.DB2Driver
# remote (type 4): db2_zos.DbDriver=com.ibm.db2.jcc.DB2Driver
db2_zos.DbDriver=com.ibm.db2.jcc.DB2Driver

# DbLibrary: The directory and name of the zip/jar file containing JDBC driver class
# Please use the system specific file separator names, e.g. for windows semicolon and for unix colon.
# remote (type 2): db2_zos.DbLibrary=<SQLLIB>/java12/db2java.zip
# remote (type 4): db2_zos.DbLibrary=<SQLLIB>/jcc/classes/db2jcc.jar:<SQLLIB>/jcc/classes/db2jcc_license_cisuz.jar
db2_zos.DbLibrary=<SQLLIB>/jcc/classes/db2jcc.jar:<SQLLIB>/jcc/classes/db2jcc_license_cisuz.jar:<SQLLIB>/jcc/classes/db2jcc_javax.jar

# JdbcProviderName: The name of jdbc provider to be used
db2_zos.JdbcProviderName=wpdbJDBC_db2_zos

# **Required for portal running on z/OS only**
# DbNativeLibrary: The directory of the native DB2 libraries
db2_zos.DbNativeLibrary=/usr/lpp/db2/db2710/jcc/lib

# **Required for portal running on z/OS only**
# DbSqljProperties: The directory and name of the DB2 JDBC property file
# on z/OS
db2_zos.DbSqljProperties=/etc/DB2JccConfiguration.properties

# **Required for portal running on z/OS only**
# DbDriverType
# 2 local using RRS as transaction coordinator
# 4 remote using J2EE XA
db2_zos.DbDriverType=2

# **Required for portal running on z/OS only**
# DbLocationName: The DB2 location name. This is set in
# the DB2 installation job DSNTIJUZ
db2_zos.DbLocationName=LOC1

###############################################################################
# END: DB2_ZOS Properties
###############################################################################


###############################################################################
# DB2_iSeries Properties
###############################################################################

# DbDriver: The name of class SqlProcessor will use to import SQL files
# local: db2_iseries.DbDriver=com.ibm.db2.jdbc.app.DB2Driver
# remote: db2_iseries.DbDriver=com.ibm.as400.access.AS400JDBCDriver
db2_iseries.DbDriver=com.ibm.db2.jdbc.app.DB2Driver

# DbLibrary: The directory and name of the zip/jar file containing JDBC driver class
# Please use the system specific file separator names, e.g. for windows semicolon and for unix colon.
# local: db2_iseries.DbLibrary=/QIBM/ProdData/Java400/ext/db2_classes.jar
# remote with WAS Base: db2_iseries.DbLibrary=/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/<profile_Name>/PortalServer/IBMTrans/lib/jt400.jar  
# remote with WAS ND: db2_iseries.DbLibrary=/QIBM/UserData/WebSphere/AppServer/V6/ND/profiles/<profile_Name>/PortalServer/IBMTrans/lib/jt400.jar  
db2_iseries.DbLibrary=/QIBM/ProdData/Java400/ext/db2_classes.jar

# JdbcProviderName: The name of jdbc provider to be used
db2_iseries.JdbcProviderName=wpdbJDBC_db2_iseries

# DbDriverType iSeries only
# 2 local
# 4 remote
db2_iseries.DbDriverType=2

###############################################################################
# END: DB2_iSeries Properties
###############################################################################
 

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值