This first section of the configuration document 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 Central Server.
<!—
########################################################################
# Global variables
#
-->
<app appName="MyApp" eacHost="myhost1.company.com" eacPort="8888"
dataPrefix="MyApp" sslEnabled="false" lockManager="LockManager">
<working-dir>C:\Endeca\MyApp</working-dir>
<log-dir>./logs/baseline</log-dir>
</app>