The CE.Properties File Described

The ce.properties file stores the configurable parameters of an application. Each parameter is stored as a pair of strings, one storing the name of the parameter (called the key), and the other storing the value. There is a ce.properties file in the application's directory.

Update the ce.properties file from the location:

TOMCAT_HOME\webapps\<application_name>\WEB_INF\classes.

Each line in ce.properties file normally stores a single property. Several formats are possible for each line, including:

ce.properties files can use the number sign (#) or the exclamation mark (!) as the first non blank character in a line to denote that all text following it is a comment. The backwards slash is used to escape a character. The key names are camel-cased, which means that the first character of a key name is lowercase and the first letter of any subsequent concatenated words is uppercase. Value is lowercase.

The following paragraph describes the contents of the Host system properties section of ce.properties file. These must be modified, to suit your host runtime system, by opening the file in a text editor and adding the required values. The sections other than Host system properties can be modified to suit your requirements. However, these are not specific to Agile Business Suite software, so are not documented here. Editing of this file must be done before deployment of the system to the web server.

Note that the following values are updated when the SetupJSP.vbs script is executed: