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...")
 
 
(One intermediate revision by one other user not shown)
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===
Line 32: Line 34:
   EXECUTABLE=/ads/sys/br.d/brserver
   EXECUTABLE=/ads/sys/br.d/brserver
   CONFIG=brconfig.int1
   CONFIG=brconfig.int1
  ]
  [
  LABEL=dan
  STARTDIR=/home/dan/test
  EXECUTABLE=/home/dan/test/brserver
  STDERR=/home/dan/test/stderr
   ]
   ]
   [
   [
Line 50: Line 46:
   CONFIG = brconfig.svr
   CONFIG = brconfig.svr
   STDERR=/ads/sys/br.d/stderrorlog
   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
   ]
   ]



Latest revision as of 13:29, 2 October 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=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