BRListener.Conf: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "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...")
 
No edit summary
Line 2: Line 2:


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).
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===
===Sample 1===

Revision as of 16:26, 23 September 2014

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=dan
 STARTDIR=/home/dan/test
 EXECUTABLE=/home/dan/test/brserver
 STDERR=/home/dan/test/stderr
 ]
 [
 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
 ]
 [ LABEL=BR418I
 STARTDIR= /ads/sys/br.d
 EXECUTABLE = /ads/sys/br.d/brserver418i
 CONFIG = brconfig.svr
 ]
 [ LABEL=BR418I_INT
 STARTDIR= /ads/sys/br.d
 EXECUTABLE = /ads/sys/br.d/brserver418i
 CONFIG = brconfig.int
 ]
 [
 LABEL=BR418I_ORD
 MULTISESSION
 STARTDIR=/ads/sys/br.d
 EXECUTABLE=/ads/sys/br.d/brserver418i
 CONFIG=brconfig.ord
 ]

See also