Setting the System Value
By default, the solution tries to locate the jboss-log4j.xml file at ...\jboss\server\default\conf and the 4GLListenerService.cf file at ...\highway\connectors\Service. For the system to be able to identify these relative paths, it assumes that properties.dir identifies the Web UI root directory and the standard directory structure is used for JBoss and the listener under the Web UI root folder.
A system value can be used to specify which log files and categories to display on the Log Information page and where to find them. This is useful if there is a complex installation with log files from multiple JBoss servers or there is a problem determining the location of the log files from the configuration settings.
The system value category is ITRAX and the key is LOG ADMIN: FILES. The format of the system value is:
[CATEGORY]=[Log File (wildcards can be used)],[CATEGORY]=[Log File (wildcards can be used)]
For example:
JBOSS=c:\precision\webui\logs\server.log,4GL Listener=c:\precision\webui\highway\logs\listener*-business-output.log,
Other=c:\precision\logs\aes.log