The productConfig.properties file for WebSphere-based servers

The productConfig.properties file contains settings used to register a Sametime® server running on WebSphere® with the Sametime System Console.

Sample settings for registering a WebSphere-based Sametime server with the Sametime System Console; settings will vary depending on the server and your own environment.

##################################
#ProductType - It specifies the type of product Installed
#Community Server - com.ibm.lotus.sametime.communityserver
#Proxy Server - com.ibm.lotus.sametime.proxyserver
#Media Server - com.ibm.lotus.sametime.mediaserver
#Gateway Server - com.ibm.lotus.sametime.gatewayserver
#Meeting Server - com.ibm.lotus.sametime.meetingserver 
ProductType=com.ibm.lotus.sametime.meetingserver  

# OfferingVersion = Version of the Installed Server
OfferingVersion=9.0.1.0 

#InstallType-Installation Type -PN,SN,DM or Cell (WAS based Product) .For Domino Based STNODE.
InstallType=Cell 

#DepName = Specify a unique Deployment Name  with which you want to register the server.
DepName=Meeting Server 901


#MeetingInstallLocation - The location where the Product Specific files are copied.
#ProxyInstallLocation=C:\Program Files\IBM\Websphere\STPServerCell
#MediaInstallLocation=C:\Program Files\IBM\Websphere\MediaServerCell
#SSCInstallLocation=C:\Program Files\IBM\Websphere\STSCServerCell
#GatewayInstallLocation=C:\Program Files\IBM\Websphere\STGWServerCell
MeetingInstallLocation=C:\Program Files\IBM\Websphere\STMServerCell



##################################
##################################
#NodeIP- The IP of the machine on which the product server is installed
NodeIP=9.126.186.45

#NodeHostName- The fully qualified Hostname of the machine on which the product is installed
NodeHostName=myserver.abc.com 

##################################
##################################

###WAS##
# Was Credentials - User Name and Password of Product Was server
WASUserID=wsadmin  
WASPassword=wsadmin

#WASInstall  - The root location where WAS is installed.
WASInstall=C:/ibm/WebSphere/AppServer  

#WASSoapPort - The Soap Connector address for product WAS
WASSoapPort=8503 

#WASHost  - The hostname of the machine on which WAS is installed.
WASHost=myserver.abc.com 

#WasCell - The Cell name of the Was Default profile
WASCell=myServerCell

#WASDMNode - The Node name of the Deployment Manager profile
WASDMNode=myServerDMNode

#WASNode - The Node name of the Secondary Node profile
WASNode=myServerNode

#WASAppProfile - The Appserver Profile name ( Primary Node/Secondary profile)
WASAppProfile=STMAppProfile  

#WASAppServerName - The servername for the AppServer profile.
WASAppServerName=STMeetingServer 

#WASDMProfile - The Dmgr Profile name (DM profile)
WASDMProfile=STMDMgrProfile  

#WASDMServerName - The servername for the DM profile
WASDMServerName=dmgr 

#WASSNProfile - The SN profile name
WASSNProfile=STMSNProfile

#WASDMSoapPort - The Soap Connector address for DM Profile 
WASDMSoapPort=8503
#
#WASDMHos - The Deployment Manger host name 
WASDMHost=hare.abc.com

##################################
##################################
#PreRequisite Database Details

#DBHost - The hostname of the DB used by product.
DBHost=9.122.64.26  

#DBPort - The port on which the database server listens
DBPort=50000 

#DBAppID - The application username for Database server
DBAppID=db2inst1  

#DBAppPassword - The application password for Database server
DBAppPassword=passw0rd  

#DBName - The database Name used by the product
DBName=testDB

##################################
##################################
#PreRequisite Ldap Details
#LDAPHost - The hostname of ldap registered with the product.
LDAPHost=bluepages.ibm.com 

#LDAPPort - The port of ldap registered with the product.
LDAPPort=389 

#LDAPBindAnonymous - Is anonymous access allowed for  ldap registered with the product.
LDAPBindAnonymous=true

#LDAPBindDN - The Bind Distinguished name for ldap registered with the product.
LDAPBindDN=cn=root

#LDAPBindPwd - The Bind  password for ldap registered with the product.
LDAPBindPwd=password

#LDAPType - The Type of ldap registered with the product.
LDAPType=IDS6

#LDAPLoginField - The LoginField of ldap registered with the product.
LDAPLoginField=mail;cn;uid

#LDAPBaseDN - The search base of ldap registered with the product.
LDAPBaseDN=o=abc.com

#LDAPDisplayName - The display name of ldap registered with the product.
LDAPDisplayName=cn

#LDAPPersonObjectClass - The object class of ldap registered with the product.
LDAPPersonObjectClass=Person

#LDAPSSLEnabled	- Specifies if configured LDAP is SSL enabled.
LDAPSSLEnabled=false
#################################

#PreRequisite Community Server Details
#STCommunityServerHost - The hostname of the community server registered with the product.
STCommunityServerHost=xyz.abc.com

#STCommunityServerPort - The Community server port which  registered with the product.
STCommunityServerPort=1516

##################################
##################################

#ConferenceFocusHost - The Confernce Focus server hostname used by media server
ConferenceFocusHost=stdev3.abc.com

#ConferenceFocusPort - The WAS SIP port for Conference Focus
ConferenceFocusPort=5063

#AVPacketSwitcherHost - No longer valid. Leave this property empty.
AVPacketSwitcherHost=

#AVPacketSwitcherPort - No longer valid. Leave this property empty.
AVPacketSwitcherPort=

#ProxyRegistrarHost - The Proxy Registrar  server hostname used by media server
ProxyRegistrarHost=stdev3.abc.com

#ProxyRegistrarPort - The  port for Proxy registrar
ProxyRegistrarPort=5080


##################################
#ComponentName - The component installed on the Media Server
ComponentName=Complete

#AVPacketSwitcherServerName - No longer valid. Leave this property empty.
AVPacketSwitcherServerName=

#AVPacketSwitcherSwitchId -No longer valid. Leave this property empty.
AVPacketSwitcherSwitchId=


#STReflectorHost - The Sametime reflector host
STReflectorHost=

#STReflectorPort - The Sametime reflector port
STReflectorPort=

#STMeetingServerHost - The Meeting server host name
STMeetingServerHost=
#################################

##################################


#ConsoleDBHost- The hostname of the DB used by System Console Server
ConsoleDBHost=amalvadk.in.ibm.com

#ConsoleDBPort - The port on which the System Console database server listens
ConsoleDBPort=50000  

#ConsoleDBAppID - The application username for System Console Database server
ConsoleDBAppID=db2inst1  

#ConsoleDBAppPassword - The application password for System Console Database server
ConsoleDBAppPassword=passw0rd

#ConsoleDBName - The database Name used by the product
 ConsoleDBName=SSCDB
##################################

#SSCEnabled - Specifies if the product is installed via SSC or not.
SSCEnabled=FALSE

#DBType=Specifies the type of DB2 or DB2_iseries.
DBType=DB2