Difference between revisions of "Recital.conf"

From Recital Documentation Wiki
Jump to: navigation, search
Line 13: Line 13:
 
&#035;==============================================================================<br>
 
&#035;==============================================================================<br>
 
&#035; Used to define the date format for the license expiry date.<br>
 
&#035; Used to define the date format for the license expiry date.<br>
[[DB_DATE]]="american" ;export DB_DATE<br>
+
[[DB_DATE]]="american"&#160;&#160;&#160;&#160;;export DB_DATE<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used for increased SCO FoxPlus compatibility.<br>
 
&#035; Used for increased SCO FoxPlus compatibility.<br>
[[DB_FOXPLUSBUGS]]="no"                             ;export DB_FOXPLUSBUGS<br>
+
[[DB_FOXPLUSBUGS]]="no"&#160;&#160;&#160;&#160;;export DB_FOXPLUSBUGS<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define the interal heap size, should not be changed<br>
 
&#035; Used to define the interal heap size, should not be changed<br>
[[DB_HEAPSIZE]]=32                                 ;export DB_HEAPSIZE<br>
+
[[DB_HEAPSIZE]]=32&#160;&#160;&#160;&#160;;export DB_HEAPSIZE<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the number of multiple log files to be kept.<br>
 
&#035; Used to specify the number of multiple log files to be kept.<br>
[[DB_LOGVER]]=10 ;export DB_LOGVER<br>
+
[[DB_LOGVER]]=10&#160;&#160;&#160;&#160;;export DB_LOGVER<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define the maximum number of available workareas.<br>
 
&#035; Used to define the maximum number of available workareas.<br>
[[DB_MAXWKA]]=100 ;export DB_MAXWKA<br>
+
[[DB_MAXWKA]]=100&#160;&#160;&#160;&#160;;export DB_MAXWKA<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to determine whether the evaluation of logical expressions should be<br>
 
&#035; Used to determine whether the evaluation of logical expressions should be<br>
 
&#035; optimized.<br>
 
&#035; optimized.<br>
[[DB_OPTLOG]]="OFF"                                 ;export DB_OPTLOG<br>
+
[[DB_OPTLOG]]="OFF"&#160;&#160;&#160;&#160;;export DB_OPTLOG<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to determine whether the printer eject command is issued by<br>
 
&#035; Used to determine whether the printer eject command is issued by<br>
 
&#035; SET PRINT OFF.<br>
 
&#035; SET PRINT OFF.<br>
[[DB_PRINTEREJECT]]="no"                           ;export DB_PRINTEREJECT<br>
+
[[DB_PRINTEREJECT]]="no"&#160;&#160;&#160;&#160;;export DB_PRINTEREJECT<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define check for and report errors in Linux/UNIX printing scripts.<br>
 
&#035; Used to define check for and report errors in Linux/UNIX printing scripts.<br>
[[DB_PRINTERROR]]="no"                             ;export DB_PRINTERROR<br>
+
[[DB_PRINTERROR]]="no"&#160;&#160;&#160;&#160;;export DB_PRINTERROR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to enable support of Samba locking.<br>
 
&#035; Used to enable support of Samba locking.<br>
[[DB_SAMBA]]="no"                                   ;export DB_SAMBA<br>
+
[[DB_SAMBA]]="no"&#160;&#160;&#160;&#160;;export DB_SAMBA<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to Enable/Disable Multi Processor Sleep Loop (helps with deadlocks).<br>
 
&#035; Used to Enable/Disable Multi Processor Sleep Loop (helps with deadlocks).<br>
[[DB_SLEEP]]="no" ;export DB_SLEEP<br>
+
[[DB_SLEEP]]="no"&#160;&#160;&#160;&#160;;export DB_SLEEP<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define the number of preallocated symbols for memory variables.<br>
 
&#035; Used to define the number of preallocated symbols for memory variables.<br>
[[DB_SYMBOLS]]=200 ;export DB_SYMBOLS<br>
+
[[DB_SYMBOLS]]=200&#160;&#160;&#160;&#160;;export DB_SYMBOLS<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to determine whether calls to operating system commands should be<br>
 
&#035; Used to determine whether calls to operating system commands should be<br>
 
&#035; enabled or disabled.<br>
 
&#035; enabled or disabled.<br>
[[DB_RUNLOG]]="FALSE"                               ;export DB_RUNLOG<br>
+
[[DB_RUNLOG]]="FALSE"&#160;&#160;&#160;&#160;;export DB_RUNLOG<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to determine whether the Linux/UNIX PATH should be included in the<br>
 
&#035; Used to determine whether the Linux/UNIX PATH should be included in the<br>
 
&#035; SET PATH list.<br>
 
&#035; SET PATH list.<br>
[[DB_UNIXPATH]]="no"                               ;export DB_UNIXPATH<br>
+
[[DB_UNIXPATH]]="no"&#160;&#160;&#160;&#160;;export DB_UNIXPATH<br>
 
&#035;<br>
 
&#035;<br>
 
&#035;------------------------------------------------------------------------------<br>
 
&#035;------------------------------------------------------------------------------<br>
Line 59: Line 59:
 
&#035;------------------------------------------------------------------------------<br>
 
&#035;------------------------------------------------------------------------------<br>
 
&#035; system wide configuration file for Recital<br>
 
&#035; system wide configuration file for Recital<br>
[[DB_CONFIG]]="${DB_ROOT}conf/config.db"           ;export DB_CONFIG<br>
+
[[DB_CONFIG]]="${DB_ROOT}conf/config.db"&#160;&#160;&#160;&#160;;export DB_CONFIG<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define a directory for Recital config files.<br>
 
&#035; Used to define a directory for Recital config files.<br>
[[DB_CONFIGDIR]]="${DB_ROOT}conf/"           ;export DB_CONFIGDIR<br>
+
[[DB_CONFIGDIR]]="${DB_ROOT}conf/"&#160;&#160;&#160;&#160;;export DB_CONFIGDIR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define a default directory for backing up Recital databases.<br>
 
&#035; Used to define a default directory for backing up Recital databases.<br>
[[DB_BACKUPDIR]]="${DB_ROOT}backup/"               ;export DB_BACKUPDIR<br>
+
[[DB_BACKUPDIR]]="${DB_ROOT}backup/"&#160;&#160;&#160;&#160;;export DB_BACKUPDIR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Location of JAVA class files used to create new objects in the 4GL.<br>
 
&#035; Location of JAVA class files used to create new objects in the 4GL.<br>
[[DB_CLASSDIR]]="${DB_ROOT}javalib/"               ;export DB_CLASSDIR<br>
+
[[DB_CLASSDIR]]="${DB_ROOT}javalib/"&#160;&#160;&#160;&#160;;export DB_CLASSDIR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define the default color file.<br>
 
&#035; Used to define the default color file.<br>
[[DB_COLOR]]="${DB_ROOT}default.col"               ;export DB_COLOR<br>
+
[[DB_COLOR]]="${DB_ROOT}default.col"&#160;&#160;&#160;&#160;;export DB_COLOR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define the language and database compatiblity<br>
 
&#035; Used to define the language and database compatiblity<br>
[[DB_COMPAT]]="${DB_ROOT}/conf/compat.db"         ;export DB_COMPAT<br>
+
[[DB_COMPAT]]="${DB_ROOT}/conf/compat.db"&#160;&#160;&#160;&#160;;export DB_COMPAT<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define a default debug directory for Recital<br>
 
&#035; Used to define a default debug directory for Recital<br>
[[DB_DEBUGDIR]]="${DB_ROOT}debug/"                 ;export DB_DEBUGDIR<br>
+
[[DB_DEBUGDIR]]="${DB_ROOT}debug/"&#160;&#160;&#160;&#160;;export DB_DEBUGDIR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define a default data directory for Recital databases.<br>
 
&#035; Used to define a default data directory for Recital databases.<br>
[[DB_DATADIR]]="${DB_ROOT}data/"                   ;export DB_DATADIR<br>
+
[[DB_DATADIR]]="${DB_ROOT}data/"&#160;&#160;&#160;&#160;;export DB_DATADIR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define a default error directory for Recital<br>
 
&#035; Used to define a default error directory for Recital<br>
[[DB_ERRORDIR]]="${DB_ROOT}error/" ;export DB_ERRORDIR<br>
+
[[DB_ERRORDIR]]="${DB_ROOT}error/"&#160;&#160;&#160;&#160;;export DB_ERRORDIR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define the directory where the shared libraries are loaded.<br>
 
&#035; Used to define the directory where the shared libraries are loaded.<br>
[[DB_LIBDIR]]="${DB_ROOT}extensions/"               ;export DB_LIBDIR<br>
+
[[DB_LIBDIR]]="${DB_ROOT}extensions/"&#160;&#160;&#160;&#160;;export DB_LIBDIR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the directory in which log files should be created.<br>
 
&#035; Used to specify the directory in which log files should be created.<br>
[[DB_LOGDIR]]=${DB_ROOT}log/ ;export DB_LOGDIR<br>
+
[[DB_LOGDIR]]=${DB_ROOT}log/&#160;&#160;&#160;&#160;;export DB_LOGDIR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the full path name of a directory for temporary printer<br>
 
&#035; Used to specify the full path name of a directory for temporary printer<br>
 
&#035; file creation.<br>
 
&#035; file creation.<br>
[[DB_SPOOLDIR]]="" ;export DB_SPOOLDIR<br>
+
[[DB_SPOOLDIR]]=""&#160;&#160;&#160;&#160;;export DB_SPOOLDIR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the full path name of a directory or folder for temporary<br>
 
&#035; Used to specify the full path name of a directory or folder for temporary<br>
 
&#035; file creation.<br>
 
&#035; file creation.<br>
[[DB_TMPDIR]]="/usr/tmp/"                           ;export DB_TMPDIR<br>
+
[[DB_TMPDIR]]="/usr/tmp/"&#160;&#160;&#160;&#160;;export DB_TMPDIR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify a directory and filename to which user specific logging<br>
 
&#035; Used to specify a directory and filename to which user specific logging<br>
 
&#035; information should be written.<br>
 
&#035; information should be written.<br>
[[DB_USERLOG]]="${DB_ROOT}log/${LOGNAME}.log"       ;export DB_USERLOG<br>
+
[[DB_USERLOG]]="${DB_ROOT}log/${LOGNAME}.log"&#160;&#160;&#160;&#160;;export DB_USERLOG<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define a default directory for Recital licenses.<br>
 
&#035; Used to define a default directory for Recital licenses.<br>
[[DB_LICENSE]]="${DB_ROOT}licenses/"               ;export DB_LICENSE<br>
+
[[DB_LICENSE]]="${DB_ROOT}licenses/"&#160;&#160;&#160;&#160;;export DB_LICENSE<br>
 
&#035;<br>
 
&#035;<br>
 
&#035;==============================================================================<br>
 
&#035;==============================================================================<br>
Line 111: Line 111:
 
&#035; This file describes the names of the tables which will be replicated if<br>  
 
&#035; This file describes the names of the tables which will be replicated if<br>  
 
&#035; REPLICATION is SET ON<br>
 
&#035; REPLICATION is SET ON<br>
[[DB_REP_ALLOW]]="${DB_ROOT}conf/replication.allow" ;export DB_REP_ALLOW<br>
+
[[DB_REP_ALLOW]]="${DB_ROOT}conf/replication.allow"&#160;&#160;&#160;&#160;;export DB_REP_ALLOW<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; This file describes the names of the tables which will NOT be replicated if <br>
 
&#035; This file describes the names of the tables which will NOT be replicated if <br>
 
&#035; REPLICATION is SET ON<br>
 
&#035; REPLICATION is SET ON<br>
[[DB_REP_DENY]]="${DB_ROOT}conf/replication.deny" ;export DB_REP_DENY<br>
+
[[DB_REP_DENY]]="${DB_ROOT}conf/replication.deny"&#160;&#160;&#160;&#160;;export DB_REP_DENY<br>
 
&#035;<br>
 
&#035;<br>
 
&#035;==============================================================================<br>
 
&#035;==============================================================================<br>
Line 122: Line 122:
 
&#035; Used to specify optional printer commands when using the ">" as the printer<br>
 
&#035; Used to specify optional printer commands when using the ">" as the printer<br>
 
&#035; output.<br>
 
&#035; output.<br>
[[DB_PRINTOPT]]="" ;export DB_PRINTOPT<br>
+
[[DB_PRINTOPT]]=""&#160;&#160;&#160;&#160;;export DB_PRINTOPT<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define the terminal definition.<br>
 
&#035; Used to define the terminal definition.<br>
[[DB_TERM]]=${DB_TERM:-$TERM} ;export DB_TERM<br>
+
[[DB_TERM]]=${DB_TERM:-$TERM}&#160;&#160;&#160;&#160;;export DB_TERM<br>
 
&#035;<br>
 
&#035;<br>
&#035; Used to deactivate a browse window if it's no long current.<br>
+
&#035; Used to deactivate a browse window if it's no longer current.<br>
[[DB_DEACTIVATEBROWSE]]="yes" ;export DB_DEACTIVATEBROWSE<br>
+
[[DB_DEACTIVATEBROWSE]]="yes"&#160;&#160;&#160;&#160;;export DB_DEACTIVATEBROWSE<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify which terminals a Xwindows.<br>
 
&#035; Used to specify which terminals a Xwindows.<br>
Line 134: Line 134:
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to issue an stty command after leaving Recital to execute a RUN command.<br>
 
&#035; Used to issue an stty command after leaving Recital to execute a RUN command.<br>
&#035;[[DB_RUNOPTS]]="stty echo icrnl" ;export DB_RUNOPTS<br>
+
&#035;[[DB_RUNOPTS]]="stty echo icrnl"&#160;&#160;&#160;&#160;;export DB_RUNOPTS<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to issue an stty command before returning to Recital after executing a<br>
 
&#035; Used to issue an stty command before returning to Recital after executing a<br>
 
&#035; RUN command.<br>
 
&#035; RUN command.<br>
&#035;[[DB_RUNOPTS2]]="stty -echo -icrnl" ;export DB_RUNOPTS2<br>
+
&#035;[[DB_RUNOPTS2]]="stty -echo -icrnl"&#160;&#160;&#160;&#160;;export DB_RUNOPTS2<br>
 
&#035;<br>
 
&#035;<br>
 
&#035;------------------------------------------------------------------------------<br>
 
&#035;------------------------------------------------------------------------------<br>
Line 144: Line 144:
 
&#035;------------------------------------------------------------------------------<br>
 
&#035;------------------------------------------------------------------------------<br>
 
&#035; location of terminal definition files<br>
 
&#035; location of terminal definition files<br>
[[DB_TERMDIR]]="${DB_ROOT}terminals/" ;export DB_TERMDIR<br>
+
[[DB_TERMDIR]]="${DB_ROOT}terminals/"&#160;&#160;&#160;&#160;;export DB_TERMDIR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; location of the help files<br>
 
&#035; location of the help files<br>
[[DB_HELPDIR]]="${DB_ROOT}doc/" ;export DB_HELPDIR<br>
+
[[DB_HELPDIR]]="${DB_ROOT}doc/"&#160;&#160;&#160;&#160;;export DB_HELPDIR<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; location to store SAVED screen image files.<br>
 
&#035; location to store SAVED screen image files.<br>
[[DB_IMGDIR]]=""               ;export DB_IMGDIR<br>
+
[[DB_IMGDIR]]=""&#160;&#160;&#160;&#160;;export DB_IMGDIR<br>
 
&#035;<br>
 
&#035;<br>
[[DB_TERMTAB]]="/etc/ttytype" ;export DB_TERMTAB<br>
+
[[DB_TERMTAB]]="/etc/ttytype"&#160;&#160;&#160;&#160;;export DB_TERMTAB<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; printer file<br>
 
&#035; printer file<br>
[[DB_PRINT]]="${DB_ROOT}bin/print.unix " ;export DB_PRINT<br>
+
[[DB_PRINT]]="${DB_ROOT}bin/print.unix "&#160;&#160;&#160;&#160;;export DB_PRINT<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; external PDF command<br>
 
&#035; external PDF command<br>
[[DB_GUIHELP]]="xpdf" ;export DB_GUIHELP<br>
+
[[DB_GUIHELP]]="xpdf"&#160;&#160;&#160;&#160;;export DB_GUIHELP<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Xbase configuration file name.<br>
 
&#035; Xbase configuration file name.<br>
 
&#035; Uncomment to process working directory config files as native Xbase<br>
 
&#035; Uncomment to process working directory config files as native Xbase<br>
&#035;[[DB_XCONFIG]]="config.db;config.fp" ;export DB_XCONFIG<br>
+
&#035;[[DB_XCONFIG]]="config.db;config.fp"&#160;&#160;&#160;&#160;;export DB_XCONFIG<br>
 
&#035;<br>
 
&#035;<br>
 
&#035;==============================================================================<br>
 
&#035;==============================================================================<br>
Line 173: Line 173:
 
&#035; Used to specify optional printer commands when using the ">" as the printer<br>
 
&#035; Used to specify optional printer commands when using the ">" as the printer<br>
 
&#035; output.<br>
 
&#035; output.<br>
[[DB_PRINTOPT]]="-onobanner -c" ;export DB_PRINTOPT<br>
+
[[DB_PRINTOPT]]="-onobanner -c"&#160;&#160;&#160;&#160;;export DB_PRINTOPT<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define the terminal definition.<br>
 
&#035; Used to define the terminal definition.<br>
[[DB_TERM]]=${DB_TERM:-$TERM} ;export DB_TERM<br>
+
[[DB_TERM]]=${DB_TERM:-$TERM}&#160;&#160;&#160;&#160;;export DB_TERM<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to determine whether the Recital Database and Recital Mirage Servers<br>
 
&#035; Used to determine whether the Recital Database and Recital Mirage Servers<br>
 
&#035; allow local connections from specific non-authenticated users.<br>
 
&#035; allow local connections from specific non-authenticated users.<br>
[[DB_LOCAL_LOGIN]]=yes ;export DB_LOCAL_LOGIN<br>
+
[[DB_LOCAL_LOGIN]]=yes&#160;&#160;&#160;&#160;;export DB_LOCAL_LOGIN<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to determine whether the Recital Database and Recital Mirage Servers<br>
 
&#035; Used to determine whether the Recital Database and Recital Mirage Servers<br>
 
&#035; expect username and password information in connection strings to be<br>
 
&#035; expect username and password information in connection strings to be<br>
 
&#035; encrypted.<br>
 
&#035; encrypted.<br>
[[DB_ENCRYPTION]]=no ;export DB_ENCRYPTION<br>
+
[[DB_ENCRYPTION]]=no&#160;&#160;&#160;&#160;;export DB_ENCRYPTION<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to determine if the Firecat Web Server will run when the recital server is<br>
 
&#035; Used to determine if the Firecat Web Server will run when the recital server is<br>
 
&#035; started.<br>
 
&#035; started.<br>
[[DB_HTTP_ENABLED]]="true"                         ;export DB_HTTP_ENABLED<br>
+
[[DB_HTTP_ENABLED]]="true"&#160;&#160;&#160;&#160;;export DB_HTTP_ENABLED<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to demermine if the Firecat Web Server will also listen on port 80.<br>
 
&#035; Used to demermine if the Firecat Web Server will also listen on port 80.<br>
[[DB_PORT80_ENABLED]]="false"                       ;export DB_PORT80_ENABLED<br>
+
[[DB_PORT80_ENABLED]]="false"&#160;&#160;&#160;&#160;;export DB_PORT80_ENABLED<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify a default user account that firecat will run as.<br>
 
&#035; Used to specify a default user account that firecat will run as.<br>
&#035;[[DB_WWWACCOUNT]]="root"                           ;export DB_WWWACCOUNT<br>
+
&#035;[[DB_WWWACCOUNT]]="root"&#160;&#160;&#160;&#160;;export DB_WWWACCOUNT<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the default web page that will be displayed.<br>
 
&#035; Used to specify the default web page that will be displayed.<br>
[[DB_WWWDEFAULT]]="default.rsp"                     ;export DB_WWWDEFAULT<br>
+
[[DB_WWWDEFAULT]]="default.rsp"&#160;&#160;&#160;&#160;;export DB_WWWDEFAULT<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the password for the default user. This is stored in base 64.<br>
 
&#035; Used to specify the password for the default user. This is stored in base 64.<br>
&#035;[[DB_WWWPASSWORD]]=""                             ;export DB_WWWPASSWORD<br>
+
&#035;[[DB_WWWPASSWORD]]=""&#160;&#160;&#160;&#160;;export DB_WWWPASSWORD<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the file that contains the base 64 encypted password to use<br>
 
&#035; Used to specify the file that contains the base 64 encypted password to use<br>
 
&#035; for the default login user.  Use the dbadmin command to manage this file.<br>
 
&#035; for the default login user.  Use the dbadmin command to manage this file.<br>
[[DB_WWWPWFILE]]="${DB_ROOT}users/passwd.db" ;export DB_WWWPWFILE<br>
+
[[DB_WWWPWFILE]]="${DB_ROOT}users/passwd.db"&#160;&#160;&#160;&#160;;export DB_WWWPWFILE<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to determine if the firecat web server can run as a guest account.<br>
 
&#035; Used to determine if the firecat web server can run as a guest account.<br>
[[DB_WWWRUNASGUEST]]="true"                       ;export DB_WWWRUNASGUEST<br>
+
[[DB_WWWRUNASGUEST]]="true"&#160;&#160;&#160;&#160;;export DB_WWWRUNASGUEST<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define the output file for JAVA logging for the JDBC server.<br>
 
&#035; Used to define the output file for JAVA logging for the JDBC server.<br>
[[DB_JAVAOUT]]="jni.txt" ;export DB_JAVAOUT<br>
+
[[DB_JAVAOUT]]="jni.txt"&#160;&#160;&#160;&#160;;export DB_JAVAOUT<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to disable PAM (Pluggable Authentication Module) user authentication.<br>
 
&#035; Used to disable PAM (Pluggable Authentication Module) user authentication.<br>
 
&#035; If this is disabled then ftp will be used for user authentication.<br>
 
&#035; If this is disabled then ftp will be used for user authentication.<br>
[[DB_NOPAM]]="FALSE" ;export DB_NOPAM<br>
+
[[DB_NOPAM]]="FALSE"&#160;&#160;&#160;&#160;;export DB_NOPAM<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to determine if linger is set on the connected sockets.<br>
 
&#035; Used to determine if linger is set on the connected sockets.<br>
[[DB_SET_LINGER]]="TRUE" ;export DB_SET_LINGER<br>
+
[[DB_SET_LINGER]]="TRUE"&#160;&#160;&#160;&#160;;export DB_SET_LINGER<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Network protocol for Recital Server Interface.<br>
 
&#035; Network protocol for Recital Server Interface.<br>
[[RSI_PROTOCOL]]=TCPIP ;export RSI_PROTOCOL<br>
+
[[RSI_PROTOCOL]]=TCPIP&#160;&#160;&#160;&#160;;export RSI_PROTOCOL<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the number of reties performed on a connect.<br>
 
&#035; Used to specify the number of reties performed on a connect.<br>
[[RSI_RETRIES]]=30 ;export RSI_RETRIES<br>
+
[[RSI_RETRIES]]=30&#160;&#160;&#160;&#160;;export RSI_RETRIES<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the number of seconds to wait between reties.<br>
 
&#035; Used to specify the number of seconds to wait between reties.<br>
[[RSI_TIMEOUT]]=1 ;export RSI_TIMEOUT<br>
+
[[RSI_TIMEOUT]]=1&#160;&#160;&#160;&#160;;export RSI_TIMEOUT<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the number of seconds waited for the server to start.<br>
 
&#035; Used to specify the number of seconds waited for the server to start.<br>
[[RSI_SPAWNWAIT]]=10 ;export RSI_SPAWNWAIT<br>
+
[[RSI_SPAWNWAIT]]=10&#160;&#160;&#160;&#160;;export RSI_SPAWNWAIT<br>
 
&#035;<br>
 
&#035;<br>
 
&#035;------------------------------------------------------------------------------<br>
 
&#035;------------------------------------------------------------------------------<br>
Line 236: Line 236:
 
&#035;------------------------------------------------------------------------------<br>
 
&#035;------------------------------------------------------------------------------<br>
 
&#035; The root location where Firecat files are stored.<br>
 
&#035; The root location where Firecat files are stored.<br>
[[DB_WWWROOT]]=${DB_ROOT}webroot/                 ;export DB_WWWROOT<br>
+
[[DB_WWWROOT]]=${DB_ROOT}webroot/&#160;&#160;&#160;&#160;;export DB_WWWROOT<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define the directory or folder containing the mirage_styles.conf<br>
 
&#035; Used to define the directory or folder containing the mirage_styles.conf<br>
 
&#035; configuration file.<br>
 
&#035; configuration file.<br>
[[DB_MIRAGE]]="${DB_ROOT}" ;export DB_MIRAGE<br>
+
[[DB_MIRAGE]]="${DB_ROOT}"&#160;&#160;&#160;&#160;;export DB_MIRAGE<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define a global file search path for Recital Mirage applications.<br>
 
&#035; Used to define a global file search path for Recital Mirage applications.<br>
[[DB_MIRAGEROOT]]="${DB_ROOT}mirage/" ;export DB_MIRAGEROOT<br>
+
[[DB_MIRAGEROOT]]="${DB_ROOT}mirage/"&#160;&#160;&#160;&#160;;export DB_MIRAGEROOT<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the name of a file containing IP addresses allowed to<br>
 
&#035; Used to specify the name of a file containing IP addresses allowed to<br>
 
&#035; connect to the Recital Database and Recital Mirage Servers.<br>
 
&#035; connect to the Recital Database and Recital Mirage Servers.<br>
[[DB_UAS_ALLOW]]="${DB_CONFIGDIR}hosts.allow" ;export DB_UAS_ALLOW<br>
+
[[DB_UAS_ALLOW]]="${DB_CONFIGDIR}hosts.allow"&#160;&#160;&#160;&#160;;export DB_UAS_ALLOW<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the name of a file containing IP addresses denied from<br>
 
&#035; Used to specify the name of a file containing IP addresses denied from<br>
 
&#035; connecting to the Recital Database and Recital Mirage Servers.<br>
 
&#035; connecting to the Recital Database and Recital Mirage Servers.<br>
[[DB_UAS_DENY]]="${DB_CONFIGDIR}hosts.deny" ;export DB_UAS_DENY<br>
+
[[DB_UAS_DENY]]="${DB_CONFIGDIR}hosts.deny"&#160;&#160;&#160;&#160;;export DB_UAS_DENY<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the name of a file containing IP addresses allowed to<br>
 
&#035; Used to specify the name of a file containing IP addresses allowed to<br>
 
&#035; connect to the Recital Firecat Web Server.<br>
 
&#035; connect to the Recital Firecat Web Server.<br>
[[DB_HTTP_ALLOW]]="${DB_CONFIGDIR}hosts.allow" ;export DB_HTTP_ALLOW<br>
+
[[DB_HTTP_ALLOW]]="${DB_CONFIGDIR}hosts.allow"&#160;&#160;&#160;&#160;;export DB_HTTP_ALLOW<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the name of a file containing IP addresses denied from<br>
 
&#035; Used to specify the name of a file containing IP addresses denied from<br>
 
&#035; connecting to the Recital Firecat Web Server.<br>
 
&#035; connecting to the Recital Firecat Web Server.<br>
[[DB_HTTP_DENY]]="${DB_CONFIGDIR}hosts.deny" ;export DB_HTTP_DENY<br>
+
[[DB_HTTP_DENY]]="${DB_CONFIGDIR}hosts.deny"&#160;&#160;&#160;&#160;;export DB_HTTP_DENY<br>
 
&#035;<br>
 
&#035;<br>
 
&#035;------------------------------------------------------------------------------<br>
 
&#035;------------------------------------------------------------------------------<br>
Line 269: Line 269:
 
&#035; publication ID. Once assigend for a system it should not be changed<br>
 
&#035; publication ID. Once assigend for a system it should not be changed<br>
 
&#035; This publication ID is used by all Recital products running on this system.<br>
 
&#035; This publication ID is used by all Recital products running on this system.<br>
[[DB_PUBLICATIONID]]=1                         ;export DB_PUBLICATIONID<br>
+
[[DB_PUBLICATIONID]]=1&#160;&#160;&#160;&#160;;export DB_PUBLICATIONID<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to enable/disable adding a unique number for replication to each row<br>
 
&#035; Used to enable/disable adding a unique number for replication to each row<br>
 
&#035; of a table. If this is set to TRUE then the first time a table is opened<br>
 
&#035; of a table. If this is set to TRUE then the first time a table is opened<br>
 
&#035; all the rows will be updated with a replication number.<br>
 
&#035; all the rows will be updated with a replication number.<br>
[[DB_SYNCNUM]]=TRUE                         ;export DB_SYNCNUM<br>
+
[[DB_SYNCNUM]]=TRUE&#160;&#160;&#160;&#160;;export DB_SYNCNUM<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to define the mode that the subscriber service will operate in<br>
 
&#035; Used to define the mode that the subscriber service will operate in<br>
Line 280: Line 280:
 
&#035; using -t PEER | MASTER | SLAVE on the command line when starting<br>
 
&#035; using -t PEER | MASTER | SLAVE on the command line when starting<br>
 
&#035; the Service will overwrite this setting.<br>
 
&#035; the Service will overwrite this setting.<br>
[[DB_REPTYPE]]=SLAVE                         ;export DB_REPTYPE<br>
+
[[DB_REPTYPE]]=SLAVE&#160;&#160;&#160;&#160;;export DB_REPTYPE<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the publisher that subscriber service will connect to<br>
 
&#035; Used to specify the publisher that subscriber service will connect to<br>
 
&#035; when it starts. This variable is only used by the subscriber service.<br>
 
&#035; when it starts. This variable is only used by the subscriber service.<br>
[[DB_PUBLISHER]]=localhost                         ;export DB_PUBLISHER<br>
+
[[DB_PUBLISHER]]=localhost&#160;&#160;&#160;&#160;;export DB_PUBLISHER<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify a comma separated list of replication peer systems that<br>
 
&#035; Used to specify a comma separated list of replication peer systems that<br>
Line 290: Line 290:
 
&#035; once the publisher service is started it will get data to publish from<br>
 
&#035; once the publisher service is started it will get data to publish from<br>
 
&#035; list of servers specified.<br>
 
&#035; list of servers specified.<br>
[[DB_PEERS]]=localhost                         ;export DB_PEERS<br>
+
[[DB_PEERS]]=localhost&#160;&#160;&#160;&#160;;export DB_PEERS<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; Used to specify the delay in seconds that the replication service will wait<br>
 
&#035; Used to specify the delay in seconds that the replication service will wait<br>
Line 298: Line 298:
 
&#035; if no value is specified here or on the command line, then the default value<br>
 
&#035; if no value is specified here or on the command line, then the default value<br>
 
&#035; will be 60 seconds.<br>
 
&#035; will be 60 seconds.<br>
[[DB_REPDELAY]]=60                         ;export DB_REPDELAY<br>
+
[[DB_REPDELAY]]=60&#160;&#160;&#160;&#160;;export DB_REPDELAY<br>
 
&#035;<br>
 
&#035;<br>
 
&#035; This is the directory that the services will access for files they require.<br>
 
&#035; This is the directory that the services will access for files they require.<br>
 
&#035; It must be the SAME path on all system.<br>
 
&#035; It must be the SAME path on all system.<br>
[[DB_REPDIR]]=/opt/recital/data/replication/ ;export DB_REPDIR
+
[[DB_REPDIR]]=/opt/recital/data/replication/&#160;&#160;&#160;&#160;;export DB_REPDIR

Revision as of 12:18, 3 March 2010

Sample recital.conf system-wide configuration file.

#!/bin/sh
#==============================================================================
# This is the main Recital configuration file. It contains the global
# configuration directives for all Recital products. Variables defined here
# may be overwritten by each products local profile file. Also each products
# profile file may contain variables specific to its operation.
#==============================================================================
#
#==============================================================================
# The following environment variables configure the Recital engine
#==============================================================================
# Used to define the date format for the license expiry date.
DB_DATE="american"    ;export DB_DATE
#
# Used for increased SCO FoxPlus compatibility.
DB_FOXPLUSBUGS="no"    ;export DB_FOXPLUSBUGS
#
# Used to define the interal heap size, should not be changed
DB_HEAPSIZE=32    ;export DB_HEAPSIZE
#
# Used to specify the number of multiple log files to be kept.
DB_LOGVER=10    ;export DB_LOGVER
#
# Used to define the maximum number of available workareas.
DB_MAXWKA=100    ;export DB_MAXWKA
#
# Used to determine whether the evaluation of logical expressions should be
# optimized.
DB_OPTLOG="OFF"    ;export DB_OPTLOG
#
# Used to determine whether the printer eject command is issued by
# SET PRINT OFF.
DB_PRINTEREJECT="no"    ;export DB_PRINTEREJECT
#
# Used to define check for and report errors in Linux/UNIX printing scripts.
DB_PRINTERROR="no"    ;export DB_PRINTERROR
#
# Used to enable support of Samba locking.
DB_SAMBA="no"    ;export DB_SAMBA
#
# Used to Enable/Disable Multi Processor Sleep Loop (helps with deadlocks).
DB_SLEEP="no"    ;export DB_SLEEP
#
# Used to define the number of preallocated symbols for memory variables.
DB_SYMBOLS=200    ;export DB_SYMBOLS
#
# Used to determine whether calls to operating system commands should be
# enabled or disabled.
DB_RUNLOG="FALSE"    ;export DB_RUNLOG
#
# Used to determine whether the Linux/UNIX PATH should be included in the
# SET PATH list.
DB_UNIXPATH="no"    ;export DB_UNIXPATH
#
#------------------------------------------------------------------------------
# location of directories and important files
#------------------------------------------------------------------------------
# system wide configuration file for Recital
DB_CONFIG="${DB_ROOT}conf/config.db"    ;export DB_CONFIG
#
# Used to define a directory for Recital config files.
DB_CONFIGDIR="${DB_ROOT}conf/"    ;export DB_CONFIGDIR
#
# Used to define a default directory for backing up Recital databases.
DB_BACKUPDIR="${DB_ROOT}backup/"    ;export DB_BACKUPDIR
#
# Location of JAVA class files used to create new objects in the 4GL.
DB_CLASSDIR="${DB_ROOT}javalib/"    ;export DB_CLASSDIR
#
# Used to define the default color file.
DB_COLOR="${DB_ROOT}default.col"    ;export DB_COLOR
#
# Used to define the language and database compatiblity
DB_COMPAT="${DB_ROOT}/conf/compat.db"    ;export DB_COMPAT
#
# Used to define a default debug directory for Recital
DB_DEBUGDIR="${DB_ROOT}debug/"    ;export DB_DEBUGDIR
#
# Used to define a default data directory for Recital databases.
DB_DATADIR="${DB_ROOT}data/"    ;export DB_DATADIR
#
# Used to define a default error directory for Recital
DB_ERRORDIR="${DB_ROOT}error/"    ;export DB_ERRORDIR
#
# Used to define the directory where the shared libraries are loaded.
DB_LIBDIR="${DB_ROOT}extensions/"    ;export DB_LIBDIR
#
# Used to specify the directory in which log files should be created.
DB_LOGDIR=${DB_ROOT}log/    ;export DB_LOGDIR
#
# Used to specify the full path name of a directory for temporary printer
# file creation.
DB_SPOOLDIR=""    ;export DB_SPOOLDIR
#
# Used to specify the full path name of a directory or folder for temporary
# file creation.
DB_TMPDIR="/usr/tmp/"    ;export DB_TMPDIR
#
# Used to specify a directory and filename to which user specific logging
# information should be written.
DB_USERLOG="${DB_ROOT}log/${LOGNAME}.log"    ;export DB_USERLOG
#
# Used to define a default directory for Recital licenses.
DB_LICENSE="${DB_ROOT}licenses/"    ;export DB_LICENSE
#
#==============================================================================
# The following environment variables configure Recital Replication
#==============================================================================
# This file describes the names of the tables which will be replicated if
# REPLICATION is SET ON
DB_REP_ALLOW="${DB_ROOT}conf/replication.allow"    ;export DB_REP_ALLOW
#
# This file describes the names of the tables which will NOT be replicated if
# REPLICATION is SET ON
DB_REP_DENY="${DB_ROOT}conf/replication.deny"    ;export DB_REP_DENY
#
#==============================================================================
# The following environment variables configure Recital
#==============================================================================
# Used to specify optional printer commands when using the ">" as the printer
# output.
DB_PRINTOPT=""    ;export DB_PRINTOPT
#
# Used to define the terminal definition.
DB_TERM=${DB_TERM:-$TERM}    ;export DB_TERM
#
# Used to deactivate a browse window if it's no longer current.
DB_DEACTIVATEBROWSE="yes"    ;export DB_DEACTIVATEBROWSE
#
# Used to specify which terminals a Xwindows.
DB_XTERMS="XTERM,XTERM-COLOR,AIXTERM,DTTERM,SCOTERM,HPTERM";export DB_XTERMS
#
# Used to issue an stty command after leaving Recital to execute a RUN command.
#DB_RUNOPTS="stty echo icrnl"    ;export DB_RUNOPTS
#
# Used to issue an stty command before returning to Recital after executing a
# RUN command.
#DB_RUNOPTS2="stty -echo -icrnl"    ;export DB_RUNOPTS2
#
#------------------------------------------------------------------------------
# location of directories and important files
#------------------------------------------------------------------------------
# location of terminal definition files
DB_TERMDIR="${DB_ROOT}terminals/"    ;export DB_TERMDIR
#
# location of the help files
DB_HELPDIR="${DB_ROOT}doc/"    ;export DB_HELPDIR
#
# location to store SAVED screen image files.
DB_IMGDIR=""    ;export DB_IMGDIR
#
DB_TERMTAB="/etc/ttytype"    ;export DB_TERMTAB
#
# printer file
DB_PRINT="${DB_ROOT}bin/print.unix "    ;export DB_PRINT
#
# external PDF command
DB_GUIHELP="xpdf"    ;export DB_GUIHELP
#
# Xbase configuration file name.
# Uncomment to process working directory config files as native Xbase
#DB_XCONFIG="config.db;config.fp"    ;export DB_XCONFIG
#
#==============================================================================
# The following environment variables configure Recital Server
#==============================================================================
#
#------------------------------------------------------------------------------
# configurable parameters
#------------------------------------------------------------------------------
# Used to specify optional printer commands when using the ">" as the printer
# output.
DB_PRINTOPT="-onobanner -c"    ;export DB_PRINTOPT
#
# Used to define the terminal definition.
DB_TERM=${DB_TERM:-$TERM}    ;export DB_TERM
#
# Used to determine whether the Recital Database and Recital Mirage Servers
# allow local connections from specific non-authenticated users.
DB_LOCAL_LOGIN=yes    ;export DB_LOCAL_LOGIN
#
# Used to determine whether the Recital Database and Recital Mirage Servers
# expect username and password information in connection strings to be
# encrypted.
DB_ENCRYPTION=no    ;export DB_ENCRYPTION
#
# Used to determine if the Firecat Web Server will run when the recital server is
# started.
DB_HTTP_ENABLED="true"    ;export DB_HTTP_ENABLED
#
# Used to demermine if the Firecat Web Server will also listen on port 80.
DB_PORT80_ENABLED="false"    ;export DB_PORT80_ENABLED
#
# Used to specify a default user account that firecat will run as.
#DB_WWWACCOUNT="root"    ;export DB_WWWACCOUNT
#
# Used to specify the default web page that will be displayed.
DB_WWWDEFAULT="default.rsp"    ;export DB_WWWDEFAULT
#
# Used to specify the password for the default user. This is stored in base 64.
#DB_WWWPASSWORD=""    ;export DB_WWWPASSWORD
#
# Used to specify the file that contains the base 64 encypted password to use
# for the default login user. Use the dbadmin command to manage this file.
DB_WWWPWFILE="${DB_ROOT}users/passwd.db"    ;export DB_WWWPWFILE
#
# Used to determine if the firecat web server can run as a guest account.
DB_WWWRUNASGUEST="true"    ;export DB_WWWRUNASGUEST
#
# Used to define the output file for JAVA logging for the JDBC server.
DB_JAVAOUT="jni.txt"    ;export DB_JAVAOUT
#
# Used to disable PAM (Pluggable Authentication Module) user authentication.
# If this is disabled then ftp will be used for user authentication.
DB_NOPAM="FALSE"    ;export DB_NOPAM
#
# Used to determine if linger is set on the connected sockets.
DB_SET_LINGER="TRUE"    ;export DB_SET_LINGER
#
# Network protocol for Recital Server Interface.
RSI_PROTOCOL=TCPIP    ;export RSI_PROTOCOL
#
# Used to specify the number of reties performed on a connect.
RSI_RETRIES=30    ;export RSI_RETRIES
#
# Used to specify the number of seconds to wait between reties.
RSI_TIMEOUT=1    ;export RSI_TIMEOUT
#
# Used to specify the number of seconds waited for the server to start.
RSI_SPAWNWAIT=10    ;export RSI_SPAWNWAIT
#
#------------------------------------------------------------------------------
# location of directories and important files
#------------------------------------------------------------------------------
# The root location where Firecat files are stored.
DB_WWWROOT=${DB_ROOT}webroot/    ;export DB_WWWROOT
#
# Used to define the directory or folder containing the mirage_styles.conf
# configuration file.
DB_MIRAGE="${DB_ROOT}"    ;export DB_MIRAGE
#
# Used to define a global file search path for Recital Mirage applications.
DB_MIRAGEROOT="${DB_ROOT}mirage/"    ;export DB_MIRAGEROOT
#
# Used to specify the name of a file containing IP addresses allowed to
# connect to the Recital Database and Recital Mirage Servers.
DB_UAS_ALLOW="${DB_CONFIGDIR}hosts.allow"    ;export DB_UAS_ALLOW
#
# Used to specify the name of a file containing IP addresses denied from
# connecting to the Recital Database and Recital Mirage Servers.
DB_UAS_DENY="${DB_CONFIGDIR}hosts.deny"    ;export DB_UAS_DENY
#
# Used to specify the name of a file containing IP addresses allowed to
# connect to the Recital Firecat Web Server.
DB_HTTP_ALLOW="${DB_CONFIGDIR}hosts.allow"    ;export DB_HTTP_ALLOW
#
# Used to specify the name of a file containing IP addresses denied from
# connecting to the Recital Firecat Web Server.
DB_HTTP_DENY="${DB_CONFIGDIR}hosts.deny"    ;export DB_HTTP_DENY
#
#------------------------------------------------------------------------------
#
#------------------------------------------------------------------------------
# configurable replication parameters
#------------------------------------------------------------------------------
# Every system that will publish data for replication must have a unique
# publication ID. Once assigend for a system it should not be changed
# This publication ID is used by all Recital products running on this system.
DB_PUBLICATIONID=1    ;export DB_PUBLICATIONID
#
# Used to enable/disable adding a unique number for replication to each row
# of a table. If this is set to TRUE then the first time a table is opened
# all the rows will be updated with a replication number.
DB_SYNCNUM=TRUE    ;export DB_SYNCNUM
#
# Used to define the mode that the subscriber service will operate in
# when it starts. This variable is only used by the subscriber service.
# using -t PEER | MASTER | SLAVE on the command line when starting
# the Service will overwrite this setting.
DB_REPTYPE=SLAVE    ;export DB_REPTYPE
#
# Used to specify the publisher that subscriber service will connect to
# when it starts. This variable is only used by the subscriber service.
DB_PUBLISHER=localhost    ;export DB_PUBLISHER
#
# Used to specify a comma separated list of replication peer systems that
# have data to publish. This variable is only used by the publisher service.
# once the publisher service is started it will get data to publish from
# list of servers specified.
DB_PEERS=localhost    ;export DB_PEERS
#
# Used to specify the delay in seconds that the replication service will wait
# before checking for new transactions.
# Using -d seconds on the command line when starting the service will overwrite
# this setting.
# if no value is specified here or on the command line, then the default value
# will be 60 seconds.
DB_REPDELAY=60    ;export DB_REPDELAY
#
# This is the directory that the services will access for files they require.
# It must be the SAME path on all system.
DB_REPDIR=/opt/recital/data/replication/    ;export DB_REPDIR