Modifying the bsi.properties and Log4j.xml files

This section explains how to modify the bsi.properties and Log4j.xml for use with WildFly.

You will need to modify the properties files for WildFly located here: C:\wildfly-10.0.0.Final\standalone\deployments\ExpereIEServices_WildFly.ear\lib\Resources.jar\.
  • bsi.properties:
    • If using Expere without a database: Change com.bankerssystems.FileSystemLoader.SourceDir and com.bankerssystems.RepositoryLoaderFactory.SourceDir to point at your built content.
      Note: These locations should point to the folder that includes Organizations.xml.
    • If using Expere with a database: Comment out the sections in bsi.properties for the Content Source options.
      Note: See Standalone.xml for more information.
  • Log4j.xml:
    • Move this file needs to the ExpereIEServices_WildFly\META-INF folder to honor the settings.
    • It is recommended to change the com.bankerssystems.expere.utilization settings from “debug” to “info”. The debug setting results in the complete requests and responses being logged.