The productConfig file for the Sametime Community server

The productConfig.properties file contains settings used to register a Sametime® Community Server with the Sametime System Console. This file is used only with the Community Server; a different copy of the file is used for IBM® WebSphere-based servers.

Attention: If you are rebuilding your Sametime System Console and need to re-register the already-installed Sametime Community Server, ensure that the System Console does not contain any existing deployment plans that will match the server you want to re-register. You can either use a unique name in the productConfig.properties file, or delete any plans that are currently stored in the System Console.

Example settings for registering a Community Server with the Sametime System Console:

##################################
#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.communityserver

# 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=STNODE

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

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