The AppConfig.xml file defines global application-level configuration, including the host and port of the EAC Central Server, the application name and whether or not SSL is to be used when communicating with the EAC Central Server.

In addition, a default working and log directory are specified and a default lockManager is specified for use by other elements defined in the document. All elements inherit these settings or override them.

<!--
  ########################################################################
  # EAC Application Definition
  #
-->
<app appName="MyApp" eacHost="myhost1.company.com" eacPort="8888"
    dataPrefix="MyApp" sslEnabled="false" lockManager="LockManager">
  <working-dir>${ENDECA_PROJECT_DIR}</working-dir>
  <log-dir>./logs</log-dir>
</app>


Copyright © Legal Notices