########################################################################## ## ## ## Copyright (c) 1998 by Progress Software Corporation ## ## ## ## All rights reserved. No part of this program or document may be ## ## reproduced in any form or by any means without permission in writing ## ## from Progress Software Corporation. ## ## ## ########################################################################## # # WebSpeed properties definition file for UNIX # # -------------------- ubroker.properties ------------------------------ # # Property File for the WebSpeed Messengers # # # This configuration file includes the properties needed for a WebSpeed # Messenger only install. Specifically, the definition of a remote # NameServer. # # Comments indicate which properties you cannot modify. Many properties have # pre-defined defaults. Environment variables are valid for all properties # (both numeric and character) using the standard shell conventions $ENVVAR # or ${ENVVAR}. If $ENVVAR is part of a word, then you should use the # ${ENVVAR} version instead. Also, tilde (~) is supported as the escape # character (e.g ~$) so that you can include a '$' as a keyword value. # # # WebSpeed Properties # [WebSpeed] infoVersion=9010 RootPath=/var/www/html ScriptPath=/var/www/cgi-bin Components=0010101 # # WebSpeed Messenger Properties # [WebSpeed.Messengers] controllingNameServer=NS1 AllowMsngrCmds=0 workDir=$WRKDIR useConnID=0 minNSClientPort = 0 maxNSClientPort = 0 nsClientPortRetryInterval=250 nsClientPortRetry=4 registerNameServer=1 Host=localhost Port=3055 logAppend=1 logEntryTypes= logFile=$WRKDIR/msgr.log loggingLevel=1 logThreshold=0 numLogFiles=3 certStorePath=$DLC/certs/ noHostVerify=0 noSessionReuse=0 sslEnable=0 ipver=IPv4 # # WebSpeed CGIIP Messenger Properties # [WebSpeed.Messengers.CGIIP] AllowMsngrCmds=1 registerNameServer=0 msngrExecFile=$DLC/bin/cgiip msngrScriptFile=$DLC/bin/wspd_cgi.sh Host=qvarjcgldb01 # Port=19013 sslEnable=1 noHostVerify=1 # # WebSpeed ISAPI Messenger Properties (NT only, Microsoft IIS) # [WebSpeed.Messengers.WSISA] msngrExecFile= # # WebSpeed NSAPI Messenger Properties (Netscape) # [WebSpeed.Messengers.WSNSA] msngrExecFile=$DLC/bin/wsnsa.dll # # WebSpeed ASP Messenger Properties (NT only, Microsoft ASP) # [WebSpeed.Messengers.WSASP] msngrExecFile= # # Linkage to the parent group name for the plugin for the Unified Broker tool # [ParentGroup] Name Server=NameServer Messengers=WebSpeed.Messengers # # Default Environment setting for all unified broker instances # [Environment] # # In support of WebSpeed Static html/gif files just the # wsRoot property is needed in the [UBroker] section # [UBroker] infoVersion=9010 [UBroker.WS] wsRoot=/webspeed116 # # Default properties for Name Server # [NameServer] infoVersion=9010 workDir=$WRKDIR classMain=com.progress.nameserver.NameServer multiCastTTL=16 multiCastGroup= hostName=localhost portNumber=5162 brokerKeepAliveTimeout=30 location=local srvrLogFile=$WRKDIR/ns.log environment= autoStart=0 ipver=IPv4 ################################################################### ## Sample Definitions ## ## ## ## The following section provides a sample property of a remote ## ## NameServer - NS1. ## ## ## ################################################################### # # Sample definition of a Name Server # [NameServer.NS1] srvrLogFile=$WRKDIR/NS1.ns.log environment=NS1 autoStart=0 hostName=qvarjcgldb01 location=remote port=18069 # # Sample Environment for NameServer: NS1 # [Environment.NS1] MYENV=MYVAR