BRListener.Conf

From BR Wiki
Jump to navigation Jump to search

The BRListener.Conf file is used in Business Rules! Client Server installations on the server in the C:\Windows directory.

You do not have to run "install.exe /release" and "install.exe" in order to make BRListener.Conf changes. The BRListener.exe reads the BRListener.Conf fresh upon each invokation (session launch).

If CAPTION= is used in the brlistener.conf, the brclient will use this caption when displaying the logon username and password window.

Sample 1

LOGFILE=D:\BRListner.log
loglevel=10
port=8555
[ LABEL=SUPPORT STARTDIR=E:\VOL2\SUPPORT\WBWIN EXECUTABLE=E:\VOL2\SUPPORT\WBWIN\ ] 

Sample 2

 logfile=/ads/sys/br.d/errorlog
 loglevel=10
 [
 LABEL=ORD
 MULTISESSION
 STARTDIR=/ads/sys/br.d
 EXECUTABLE=/ads/sys/br.d/brserver
 CONFIG=brconfig.ord
 ]
 [
 LABEL=INT
 MULTISESSION
 STARTDIR=/ads/sys/br.d
 EXECUTABLE=/ads/sys/br.d/brserver
 CONFIG=brconfig.int
 ]
 [
 LABEL=INT1
 STARTDIR=/ads/sys/br.d
 EXECUTABLE=/ads/sys/br.d/brserver
 CONFIG=brconfig.int1
 ]
 [
 LABEL=MACTEST
 STARTDIR= /home/dan/br/unixbuild
 EXECUTABLE= /home/dan/br/unixbuild/wb
 STDERR= /home/dan/br/unixbuild/stderr
 ]
 [ LABEL=BR
 STARTDIR= /ads/sys/br.d
 EXECUTABLE = /ads/sys/br.d/brserver
 CONFIG = brconfig.svr
 STDERR=/ads/sys/br.d/stderrorlog
 ]

See also