Application Specific Setting

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