The first key, Host system properties is set to determine the connection parameters to the host runtime system. The key names and values are listed below.
Key | Value |
---|---|
HostPort | RATL Port number(for example, 2649) You can use the port number based on the host and protocol selection. |
HostName | RATL Host name(for example, localhost) |
UserName | RATL User name |
Password | RATL Password. |
Protocol | Use RATL for normal connection and RATLSSL for secure connection using TLS 1.2 protocol |
Domain | . |
View | RATL View Name |
The following keys have their values assigned when you run the SetupJSP.vbs script using the entries that you provide.
Key | Value |
---|---|
applicationName | For example, sample |
bundleName | For example, jsp |
packageName | For example, com.unisys |
The timeout key for the Host System connections, in milliseconds. If zero, ignore. timeout = 0
The error page key for the application errorPage = ../fatalerr.jsp
The logoff page key for the application logoffPage = close.htm
The Name of the field that represents actions like BYE, Transaction Codes, etc actionField = "ACTION"
RATL start Version. RATL is called with this version set in the objLINC ratlStartVersion = 13
ratlLogThreshold. Must be one of the following INT values:
ratlLogThreshold= ERROR = 1 WARNING = 2 INFO = 3 DEBUG = 4 DEBUG1 = 5 DEBUG2 = 6 DEBUG3 = 7 ratlLogThreshold
Location of RATL log ratlLogFile = c:\ratl.log
Data Mask Enabled should be true so that sensitive data is masked in the log file at runtime for those fields that have data masking enabled and defined in the model dataMaskEnabled = true
The remainder of the "connection" keys must have their values edited manually by opening the ce.properties file in a text editor.
Refer to the following example of ce.properties file for JSP Web Pages:
# Host system properties: URL, PORT, USER, PASSWORD AND DOMAIN # Use the port number based on the host and protocol selection HostPort = 2889 HostName = localhost The UserName and Password must be entered by the user # Use ratl for normal connection and ratltls for secure connection using TLS 1.2 protocol Protocol = ratl Domain = . # View name. ViewName = sample_view # package name. the application will use the name to qualify classes packageName = com.unisys # application name. applicationName = sample # bundle name. bundleName = jsp # timeout for LINC connections, in milliseconds. If zero, ignores. timeout = 0 # error page for the application errorPage = ../fatalerr.jsp # logoff page for the application logoffPage = close.htm # Name for field that represents actions like BYE, Transaction Codes, etc actionField = "ACTION" # RATL start Version. RATL will be called with this version set in the objLINC ratlStartVersion = 12 # RATL LOG Level. Must be one of these INT values: # ERROR = 1 # WARNING = 2 # INFO = 3 # DEBUG = 4 # DEBUG1 = 5 # DEBUG2 = 6 # DEBUG3 = 7 ratlLogThreshold = 1 # File where the RATL log lives ratlLogFile = :\\Temp\\CELog.log #Data Mask Enable dataMaskEnabled = true